diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-19 03:34:23 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-08-19 04:26:20 -0400 |
commit | 221ecca6cafefbb5106cfc8bf9f1105233a33745 (patch) | |
tree | 3e5018e03fb6592c16dea6ebed507c4beca284ff /scripts/kconfig | |
parent | 022af62d0190e1e3db63c19aeb5f51ae0612cd71 (diff) |
kbuild: remove redundant clean-files from scripts/kconfig/Makefile
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>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 76f6171768e4..e7bf38e92007 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -161,7 +161,6 @@ hostprogs-y := conf nconf mconf kxgettext qconf gconf | |||
161 | 161 | ||
162 | clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck | 162 | clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck |
163 | clean-files += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h | 163 | clean-files += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h |
164 | clean-files += mconf qconf gconf nconf | ||
165 | clean-files += config.pot linux.pot | 164 | clean-files += config.pot linux.pot |
166 | 165 | ||
167 | # Check that we have the required ncurses stuff installed for lxdialog (menuconfig) | 166 | # Check that we have the required ncurses stuff installed for lxdialog (menuconfig) |