diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-04-26 18:06:55 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-04-29 04:40:33 -0400 |
commit | b24d7d7b98f2697173542fd926f48617649b0bbc (patch) | |
tree | e35c271cef647c3a6f3eb3d0108d87b34a74e658 /scripts | |
parent | d02ab886dcc7349cc5d80a045725d3dc9b309a3a (diff) |
kconfig: rearrange clean-files
Signed-off-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-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 | ||