|
@@ -60,12 +60,12 @@ defconfig: $(obj)/conf
|
|
|
ifeq ($(KBUILD_DEFCONFIG),)
|
|
|
$< -d arch/$(ARCH)/Kconfig
|
|
|
else
|
|
|
- @echo *** Default configuration is based on '$(KBUILD_DEFCONFIG)'
|
|
|
- $(Q)$< -D arch/$(ARCH)/configs/$(KBUILD_DEFCONFIG) arch/$(ARCH)/Kconfig
|
|
|
+ @echo "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
|
|
|
+ $(Q)$< -D arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) arch/$(ARCH)/Kconfig
|
|
|
endif
|
|
|
|
|
|
%_defconfig: $(obj)/conf
|
|
|
- $(Q)$< -D arch/$(ARCH)/configs/$@ arch/$(ARCH)/Kconfig
|
|
|
+ $(Q)$< -D arch/$(SRCARCH)/configs/$@ arch/$(ARCH)/Kconfig
|
|
|
|
|
|
# Help text used by make help
|
|
|
help:
|