summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorChi-Hsien Lin <chi-hsien.lin@cypress.com>2017-12-11 02:21:14 -0600
committerJohannes Berg <johannes.berg@intel.com>2017-12-11 12:05:37 +0100
commite4d497dd7ac76ed232750dcb2ccb0a3a508173b1 (patch)
tree6125d5be981c5da935291a0929e71542592ddc37 /backport
parent3d13478f07f41efc0ea90b978da1c17d4b59e1d7 (diff)
backports: clean up kconf/conf when doing make mrproper
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>
Diffstat (limited to 'backport')
-rw-r--r--backport/Makefile.real1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/Makefile.real b/backport/Makefile.real
index c874d318..65508028 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