summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2012-04-16 10:03:16 -0700
committerAndrew Boie <andrew.p.boie@intel.com>2012-07-17 10:22:30 -0700
commitf34a9bac0e6a3bcb8eb8820fc0f50c84728d1054 (patch)
tree0394fae9ba7ae97b1b08bd137de2314e90b647d6 /core/Makefile
parent69cfe57ae5b0dd7aaab924df38bddee131cba2a5 (diff)
downloadbuild-f34a9bac0e6a3bcb8eb8820fc0f50c84728d1054.zip
build-f34a9bac0e6a3bcb8eb8820fc0f50c84728d1054.tar.gz
build-f34a9bac0e6a3bcb8eb8820fc0f50c84728d1054.tar.bz2
core/Makefile: also look for device/*/build/tasks
This eases cross-repo dependencies between device/ and vendor/. Change-Id: I72e283d22f16e50555ec7ba7bcf9c61ea07f083c Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index f0b866a..3b086c7 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1488,6 +1488,7 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
# These are some additional build tasks that need to be run.
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
+-include $(sort $(wildcard device/*/build/tasks/*.mk))
# -----------------------------------------------------------------
# Create SDK repository packages. Must be done after tasks/* since