summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorHoward M. Harte <hharte@cyngn.com>2015-05-22 09:54:20 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-10-09 17:10:46 -0700
commit3a13433ac8c3f97e84b93aa716f6985d8ac78cba (patch)
tree8a1df93a36eeee815129d36a1ec5d294610a6e9b /core/product_config.mk
parent8dacaed6ec978527f95205f9ed14622ddd1a9a09 (diff)
downloadbuild-3a13433ac8c3f97e84b93aa716f6985d8ac78cba.zip
build-3a13433ac8c3f97e84b93aa716f6985d8ac78cba.tar.gz
build-3a13433ac8c3f97e84b93aa716f6985d8ac78cba.tar.bz2
minnow_max: search for cm.mk in additional directories
Intel's product configuration files are structured slightly differentily than others. Device-specific configuration is nested one additional level, as follows: device/intel/<family>/<product>/ Change-Id: I78b02978dc759b94024e5c5533d1108ac2634549
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 69ff2da..54050b4 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -181,7 +181,7 @@ include $(BUILD_SYSTEM)/device.mk
# A CM build needs only the CM product makefiles.
ifneq ($(CM_BUILD),)
- all_product_configs := $(shell ls device/*/$(CM_BUILD)/cm.mk)
+ all_product_configs := $(shell find device -path "*/$(CM_BUILD)/cm.mk")
else
ifneq ($(strip $(TARGET_BUILD_APPS)),)
# An unbundled app build needs only the core product makefiles.