aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-02-14 15:29:58 +0100
committerPatrik Ryd <patrik.ryd@linaro.org>2011-06-22 08:36:48 +0200
commit90d462e53a1da1c6a78a70d8c57974beb161a261 (patch)
treed8d23fb30e29e7c0b7fb2a3d57178794fe8ac4d9
parent09b1ff199b667414b5fc47d1b6273bd2decc7022 (diff)
downloadbuild-90d462e53a1da1c6a78a70d8c57974beb161a261.tar.gz
Added generic hook for loading device specific tasks.
Change-Id: I6216195edd6a43e940b3d254256092aca98ca58d Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
-rw-r--r--core/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 1df728c629..be3624b315 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1411,6 +1411,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/*/common/tasks/*.mk))
# -----------------------------------------------------------------
# Create SDK repository packages. Must be done after tasks/* since
@@ -1419,3 +1420,5 @@ ifneq ($(sdk_repo_goal),)
include $(TOPDIR)development/build/tools/sdk_repo.mk
endif
+
+