]> Git Repo - J-u-boot.git/blobdiff - scripts/kconfig/Makefile
Merge tag 'v2023.10-rc4' into next
[J-u-boot.git] / scripts / kconfig / Makefile
index 12e525ee31f181a871d1bb356f6595c676f3f9aa..2d97aab8d21e881ff427f77bf9dbdb90e1a3a8cc 100644 (file)
@@ -99,7 +99,9 @@ endif
 %_config: %_defconfig
        @:
 
-configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
+configfiles=$(wildcard $(srctree)/kernel/configs/$@ \
+               $(srctree)/arch/$(SRCARCH)/configs/$@ \
+               $(shell find $(srctree)/board -name "$@"))
 
 %.config: $(obj)/conf
        $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
This page took 0.026603 seconds and 4 git commands to generate.