From: Yuta Ando Date: Mon, 1 Oct 2012 14:24:30 +0000 (+0900) Subject: localmodconfig: Fix localyesconfig to set to 'y' not 'm' X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~103^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eae518d4b01b0cbf2f0d8edb5a6f3d6245ee8fb;p=pandora-kernel.git localmodconfig: Fix localyesconfig to set to 'y' not 'm' The kbuild target 'localyesconfig' has been same as 'localmodconfig' since the commit 50bce3e "kconfig/streamline_config.pl: merge local{mod,yes}config". The commit expects this script generates different configure depending on target, but it was not yet implemented. So I added code that sets to 'yes' when target is 'localyesconfig'. Link: http://lkml.kernel.org/r/1349101470-12243-1-git-send-email-yuta.and@gmail.com Cc: stable@vger.kernel.org # v3.2 Cc: linux-kbuild@vger.kernel.org Signed-off-by: Yuta Ando Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed