diff options
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 259ac37342d1..cd6042ce4953 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -202,8 +202,8 @@ ifeq ($(gconf-target),1) | |||
202 | hostprogs-y += gconf | 202 | hostprogs-y += gconf |
203 | endif | 203 | endif |
204 | 204 | ||
205 | clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ | 205 | clean-files := lkc_defs.h qconf.moc .tmp_qtcheck .tmp_gtkcheck |
206 | .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h | 206 | clean-files += zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h |
207 | clean-files += mconf qconf gconf nconf | 207 | clean-files += mconf qconf gconf nconf |
208 | clean-files += config.pot linux.pot | 208 | clean-files += config.pot linux.pot |
209 | 209 | ||