From 78c6f47e8fe36f438237b90c984375ed62281015 Mon Sep 17 00:00:00 2001 From: SkyMinus Date: Tue, 18 Feb 2025 09:33:50 +0800 Subject: [PATCH] make: Fix source build mk file --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index b9c6870da0..b4441ecc3c 100644 --- a/core/config.mk +++ b/core/config.mk @@ -454,7 +454,7 @@ endif FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git) ifneq ($(MINUS_BUILD),) -include vendor/minus/config/BoardConfigCustom.mk +include vendor/minus/config/BoardConfigMinus.mk endif # The build system exposes several variables for where to find the kernel