From: Steven Rostedt Date: Thu, 30 Apr 2009 02:52:23 +0000 (-0400) Subject: kconfig: add make localyesconfig option X-Git-Tag: v2.6.32-rc1~685^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281c9dadc31ffd9f3cf637553134fefe75e849da;p=pandora-kernel.git 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 --- Reading git-diff-tree failed