commit | 281c9dadc31ffd9f3cf637553134fefe75e849da | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Apr 29 22:52:23 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Aug 18 21:55:49 2009 -0400 |
tree | b82f99ea127089502e588959f7799b253c93704b | |
parent | 03fa25da8335a942161a8070b3298cfd4edf9b6a [diff] |
kconfig: add make localyesconfig option 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>