git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03fa25d
)
kconfig: add make localyesconfig option
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 30 Apr 2009 02:52:23 +0000
(22:52 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 19 Aug 2009 01:55:49 +0000
(21:55 -0400)
This adds the option localyesconfig to make. This is similar to
localmodconfig, but after it removes unnecessary modules it runs
sed -i s/=m/=y/
on the .config file. It then runs "make silentoldconfig" to fix any
wholes that were created by the conversion of modules to core.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found