diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 2542b38a..8230ddd8 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -116,7 +116,7 @@ endif endif %_defconfig: $(obj)/conf - $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) + $(Q)$< $(silent) --defconfig=configs/$@ $(Kconfig) # Added for U-Boot (backward compatibility) %_config: %_defconfig