diff options
| author | Sam Ravnborg <sam@neptun.ravnborg.org> | 2007-04-01 17:14:11 -0400 |
|---|---|---|
| committer | Sam Ravnborg <sam@ravnborg.org> | 2007-05-02 14:58:10 -0400 |
| commit | 145c90475f809060c8601828f14543191e06a0bb (patch) | |
| tree | 7045bfb08838391751bfc68bcd8353c3fa43d8d7 | |
| parent | d802b50f0d63d2d18d8dae15d7e3285e99e7e7b6 (diff) | |
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>
| -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 | |||
| 140 | 140 | ||
| 141 | clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ | 141 | clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ |
| 142 | .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c | 142 | .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c |
| 143 | clean-files += mconf qconf gconf | ||
| 143 | 144 | ||
| 144 | # Needed for systems without gettext | 145 | # Needed for systems without gettext |
| 145 | KBUILD_HAVE_NLS := $(shell \ | 146 | KBUILD_HAVE_NLS := $(shell \ |
