kconfig: make localmodconfig to run streamline_config.pl
authorSteven Rostedt <srostedt@redhat.com>
Thu, 30 Apr 2009 02:52:22 +0000 (22:52 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 19 Aug 2009 01:54:28 +0000 (21:54 -0400)
commit03fa25da8335a942161a8070b3298cfd4edf9b6a
tree4ea1733fbd2d87d5d0014b0e362ec650d4e2f955
parentdcc60243e726978576cb02b74c84440629c69c87
kconfig: make localmodconfig to run streamline_config.pl

Running the streamline_config.pl script manually can still be confusing
for some users. This patch adds the localmodconfig option. This will
automatically run streamline_config.pl on the current .config and
then run "make silentoldconfig" to fix any wholes that might have been
created.

 $ make localmodconfig

This will remove any module configurations in .config that are not needed
to compile the modules that are loaded.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/Makefile