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 --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: