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>
This commit is contained in:
parent
69cfe57ae5
commit
f34a9bac0e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue