backports: clean up kconf/conf when doing make mrproper
authorChi-Hsien Lin <chi-hsien.lin@cypress.com>
Mon, 11 Dec 2017 08:21:14 +0000 (02:21 -0600)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Dec 2017 11:05:37 +0000 (12:05 +0100)
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@cypress.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/Makefile.real

index c874d318916cb6b32323f99bb830012f1310c947..65508028e47d3bbf10514fab228d0c906f43dd6e 100644 (file)
@@ -118,3 +118,4 @@ uninstall:
 .PHONY: clean
 clean:
        @$(MAKE) -f Makefile.build clean
+       @$(MAKE) -C kconf clean