aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@neptun.ravnborg.org>2007-04-01 23:14:11 +0200
committerSam Ravnborg <sam@ravnborg.org>2007-05-02 20:58:10 +0200
commit145c90475f809060c8601828f14543191e06a0bb (patch)
tree7045bfb08838391751bfc68bcd8353c3fa43d8d7 /scripts/kconfig
parentkconfig/menuconfig: do not hardcode '.config' (diff)
downloadlinux-dev-145c90475f809060c8601828f14543191e06a0bb.tar.xz
linux-dev-145c90475f809060c8601828f14543191e06a0bb.zip
kbuild: remove kconfig binaries during make mrproper
Nigel Cunningham <nigel@nigel.suspend2.net> noticed that 'make mrproper' did not remove mconf. Fixed so we now remove all relevant binaries. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Nigel Cunningham <nigel@nigel.suspend2.net>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r--scripts/kconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 7e7e147875bf..2e421bd5675f 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -140,6 +140,7 @@ endif
clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
.tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
+clean-files += mconf qconf gconf
# Needed for systems without gettext
KBUILD_HAVE_NLS := $(shell \