diff options
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk index b13a88d..2eb09ec 100644 --- a/core/config.mk +++ b/core/config.mk @@ -161,6 +161,7 @@ include $(BUILD_SYSTEM)/envsetup.mk # See envsetup.mk for a description of SCAN_EXCLUDE_DIRS FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(OUT_DIR) $(SCAN_EXCLUDE_DIRS) .repo .git) +-include vendor/extra/BoardConfigExtra.mk # The build system exposes several variables for where to find the kernel # headers: # TARGET_DEVICE_KERNEL_HEADERS is automatically created for the current |