From: Sam Ravnborg Date: Sun, 25 May 2008 21:03:18 +0000 (+0200) Subject: Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST X-Git-Tag: v2.6.26-rc4~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73531905ed53576d9e8707659a761e7046a60497;p=pandora-kernel.git Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST init/Kconfig contains a list of configs that are searched for if 'make *config' are used with no .config present. Extend this list to look at the config identified by ARCH_DEFCONFIG. With this change we now try the defconfig targets last. This fixes a regression reported by: Linus Torvalds Signed-off-by: Sam Ravnborg Cc: Linus Torvalds Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" --- Reading git-diff-tree failed