]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: speed up all*config + randconfig
authorSam Ravnborg <sam@ravnborg.org>
Mon, 30 Jun 2008 20:45:38 +0000 (22:45 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 25 Jul 2008 20:12:49 +0000 (22:12 +0200)
commit941dc042b5319c3eb55c0729f7623eacd8c4462b
treec4ccf7a29683dfc3c3f4e234549cb0a000f80e4d
parentc2b2bc22401fa5a87346a1589422c492561eabda
kconfig: speed up all*config + randconfig

Drop the chatty mode when we generate the all*config, randconfig
configurations.
Ths speeds up the process considerably and noone looked
at the output anyway.
This patch uses the conf_set_all_new_symbols() function
just added to kconfig.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
scripts/kconfig/conf.c