Home
last modified time | relevance | path

Searched hist:cdfc47950a531199a553cebab0ac481aa7062948 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A Dstreamline_config.pldiff cdfc47950a531199a553cebab0ac481aa7062948 Thu Apr 30 20:39:48 CEST 2009 Steven Rostedt <srostedt@redhat.com> kconfig: search for a config to base the local(mod|yes)config on

Instead of using the .config in the local directory. This patch
changes streamline_config.pl to search various locations for a config.

Here's the list and order of search:

/proc/config.gz
/boot/vmlinuz-`uname -r`
vmlinux # local to the directory
/lib/modules/`uname -r`/kernel/kernel/configs.ko
kernel/configs.ko
kernel/configs.o
.config

Once it finds a file that contains a config (it checks if the binary
objects have configs first) it then uses it to create the .config
with minimum modules needed.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>