Message ID | 1299637966-18458-4-git-send-email-john.stultz@linaro.org |
---|---|
State | Deferred |
Headers | show |
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:
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(-)