diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-04-26 22:06:55 (GMT) |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-04-29 08:40:33 (GMT) |
commit | b24d7d7b98f2697173542fd926f48617649b0bbc (patch) | |
tree | e35c271cef647c3a6f3eb3d0108d87b34a74e658 /scripts/kconfig | |
parent | d02ab886dcc7349cc5d80a045725d3dc9b309a3a (diff) | |
download | linux-b24d7d7b98f2697173542fd926f48617649b0bbc.tar.xz |
kconfig: rearrange clean-files
Signed-off-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
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 259ac37..cd6042c 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -202,8 +202,8 @@ ifeq ($(gconf-target),1) hostprogs-y += gconf endif -clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ - .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h +clean-files := lkc_defs.h qconf.moc .tmp_qtcheck .tmp_gtkcheck +clean-files += zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h clean-files += mconf qconf gconf nconf clean-files += config.pot linux.pot |