make: Fix source build mk file

This commit is contained in:
SkyMinus
2025-02-18 09:33:50 +08:00
parent 52273b16fa
commit 78c6f47e8f

View File

@@ -454,7 +454,7 @@ endif
FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git) FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
ifneq ($(MINUS_BUILD),) ifneq ($(MINUS_BUILD),)
include vendor/minus/config/BoardConfigCustom.mk include vendor/minus/config/BoardConfigMinus.mk
endif endif
# The build system exposes several variables for where to find the kernel # The build system exposes several variables for where to find the kernel