diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-04-30 14:39:48 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-08-18 22:02:00 -0400 |
commit | cdfc47950a531199a553cebab0ac481aa7062948 (patch) | |
tree | 23a1dfc287c61144ef3a7fcf83980a8fa50831f6 /CREDITS | |
parent | de481560eb0bd9d940b90311eba85711e4b1150b (diff) | |
download | op-kernel-dev-cdfc47950a531199a553cebab0ac481aa7062948.zip op-kernel-dev-cdfc47950a531199a553cebab0ac481aa7062948.tar.gz |
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>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions