diff mbox

backports: clean up kconf/conf when doing make mrproper

Message ID 20171211082109.GA156729@aremote07.aus.cypress.com (mailing list archive)
State Accepted
Headers show

Commit Message

Chi-Hsien Lin Dec. 11, 2017, 8:21 a.m. UTC
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>
---
 backport/Makefile.real | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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