]> git.baikalelectronics.ru Git - kernel.git/commit
Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST
authorSam Ravnborg <sam@ravnborg.org>
Sun, 25 May 2008 21:03:18 +0000 (23:03 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 25 May 2008 21:03:18 +0000 (23:03 +0200)
commit78dcdc12d4521e1f2029908a640df3de10efb23a
treeac64658106d8e260a0958c0df296c38ea57b0243
parent9ebea695d8fdafbcb382a1f06a786a60d229c5e9
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 <torvalds@linux-foundation.org>

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
arch/x86/Kconfig
init/Kconfig