diff mbox

[03/12] kbuild: Use kconfig defaults as defconfig starting point

Message ID 1299637966-18458-4-git-send-email-john.stultz@linaro.org
State Deferred
Headers show

Commit Message

John Stultz March 9, 2011, 2:32 a.m. UTC
Instead of using all no as the starting point for the defconfig
use the kconfig defaults.

CC: Grant Likely <grant.likely@secretlab.ca>
CC: Stephen Rothwell <sfr@canb.auug.org.au>
CC: linux-kbuild@vger.kernel.org,
CC: Jason Hui <jason.hui@linaro.org>
CC: patches@linaro.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 scripts/kconfig/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index f1ef231..320ac75 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -129,7 +129,7 @@  $(old_defconfigs): %_defconfig: $(obj)/conf
 	$(Q)$< --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
 
 $(defconfigs): %_defconfig: $(obj)/conf
-	$(Q)$< -n arch/$(SRCARCH)/configs/Kconfig.$*
+	$(Q)$< --defconfig=/dev/null arch/$(SRCARCH)/configs/Kconfig.$*
 
 # Help text used by make help
 help: