From 5a3d55dc5e2183d1c75468d5cef09ab11310a1ff Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Fri, 28 Mar 2025 14:49:52 +0800 Subject: [PATCH] update makefile --- scripts/kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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