diff options
Diffstat (limited to 'scripts/kconfig/Makefile')
-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 \ |