diff options
author | Sam Ravnborg <sam@neptun.ravnborg.org> | 2007-04-01 23:14:11 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-05-02 20:58:10 +0200 |
commit | 145c90475f809060c8601828f14543191e06a0bb (patch) | |
tree | 7045bfb08838391751bfc68bcd8353c3fa43d8d7 /scripts/kconfig | |
parent | d802b50f0d63d2d18d8dae15d7e3285e99e7e7b6 (diff) | |
download | linux-145c90475f809060c8601828f14543191e06a0bb.tar.gz linux-145c90475f809060c8601828f14543191e06a0bb.tar.bz2 linux-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/Makefile | 1 |
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 \ |