]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kbuild: remove redundant clean-files from scripts/kconfig/Makefile
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 19 Aug 2014 07:34:23 +0000 (16:34 +0900)
committerMichal Marek <mmarek@suse.cz>
Tue, 19 Aug 2014 08:26:20 +0000 (10:26 +0200)
Now mconf, qconf, gconf, nconf are always added to hostprogs-y.
Files added to hostprogs-y are removed by "make clean".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile

index 76f6171768e4358cf0500193793d04a559b0d195..e7bf38e920070b45cc5bd03c6034af02ef36a60e 100644 (file)
@@ -161,7 +161,6 @@ hostprogs-y := conf nconf mconf kxgettext qconf gconf
 
 clean-files    := qconf.moc .tmp_qtcheck .tmp_gtkcheck
 clean-files    += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h
-clean-files     += mconf qconf gconf nconf
 clean-files     += config.pot linux.pot
 
 # Check that we have the required ncurses stuff installed for lxdialog (menuconfig)