Instead of using all no as the starting point for the defconfig
use the kconfig defaults.

CC: Grant Likely <grant.lik...@secretlab.ca>
CC: Stephen Rothwell <s...@canb.auug.org.au>
CC: linux-kbu...@vger.kernel.org,
CC: Jason Hui <jason....@linaro.org>
CC: patc...@linaro.org
Signed-off-by: John Stultz <john.stu...@linaro.org>
---
 scripts/kconfig/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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:
-- 
1.7.3.2.146.gca209


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to