From 4707e2085f995d33b64a37bf6589bf069fc959a9 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 13 Jul 2018 08:54:59 +0200 Subject: Makefile: clean kconfig-frontends with mrproper When making the mrproper target, I expect the kconfig-frontends to also be cleaned up. So do it. Signed-off-by: John Ogness --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 801b713..6ab0303 100644 --- a/Makefile +++ b/Makefile @@ -139,6 +139,7 @@ mrproper: clean $(Q)echo [CLEAN] $@ $(Q)rm -f $(CONFIG) $(Q)rm -f $(CONFIG_OLD) + $(MAKE) -C kconfig-frontends clean PHONY += distclean distclean: mrproper -- cgit v1.2.3