Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Michal Marek
221ecca6 022af62d

-1
-1
scripts/kconfig/Makefile
··· 161 161 162 162 clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck 163 163 clean-files += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h 164 - clean-files += mconf qconf gconf nconf 165 164 clean-files += config.pot linux.pot 166 165 167 166 # Check that we have the required ncurses stuff installed for lxdialog (menuconfig)