diff options
author | Steve Kondik <steve@cyngn.com> | 2016-08-07 23:07:32 -0700 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2016-08-14 21:54:13 -0700 |
commit | f63b6427d7c14b0ec92082b0ec9c77bafa17877c (patch) | |
tree | a6081bff24b6cbf528efcbc119185444d22c623f /core | |
parent | df03dd15694e16d79c4d49ca3fc65be681a53cdb (diff) | |
download | build-f63b6427d7c14b0ec92082b0ec9c77bafa17877c.zip build-f63b6427d7c14b0ec92082b0ec9c77bafa17877c.tar.gz build-f63b6427d7c14b0ec92082b0ec9c77bafa17877c.tar.bz2 |
build: Source a CM-specific global BoardConfig
* Read vendor/cm/config/BoardConfigCM.mk. Kind of surprised we haven't
needed this until now.
Change-Id: I91cd89b14f6a5975e91f15dcfce1070502aa3861
Diffstat (limited to 'core')
-rw-r--r-- | core/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk index 4fd5bda..ab60701 100644 --- a/core/config.mk +++ b/core/config.mk @@ -187,6 +187,8 @@ FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(OUT_DIR) $(SCAN_EXCLUDE_DIRS) .r $(call project-set-path-variant,recovery,RECOVERY_VARIANT,bootable/recovery) -include vendor/extra/BoardConfigExtra.mk +-include vendor/cm/config/BoardConfigCM.mk + # The build system exposes several variables for where to find the kernel # headers: # TARGET_DEVICE_KERNEL_HEADERS is automatically created for the current |