• S
    kconfig: make localmodconfig to run streamline_config.pl · 03fa25da
    Steven Rostedt 提交于
    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: NSteven Rostedt <rostedt@goodmis.org>
    03fa25da
Makefile 9.3 KB