kconf/ is built during "make defconfig-*" but not cleaned up during "make mrproper" or "make clean". Add the clean up work to "make clean". Signed-off-by: Chi-hsien Lin <chi-hsien.lin@xxxxxxxxxxx> --- backport/Makefile.real | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/Makefile.real b/backport/Makefile.real index c874d31..6550802 100644 --- a/backport/Makefile.real +++ b/backport/Makefile.real @@ -118,3 +118,4 @@ uninstall: .PHONY: clean clean: @$(MAKE) -f Makefile.build clean + @$(MAKE) -C kconf clean -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in