Home
last modified time | relevance | path

Searched hist:"281 c9dadc31ffd9f3cf637553134fefe75e849da" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A DMakefilediff 281c9dadc31ffd9f3cf637553134fefe75e849da Thu Apr 30 04:52:23 CEST 2009 Steven Rostedt <srostedt@redhat.com> 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>