aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-02-14 15:29:10 +0100
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-12-01 01:12:40 +0100
commit1078a734d06470c1e382bd56c23724b12cc2d551 (patch)
tree6c4dea0c4d3dc60f45b4f520b14cd00508eb8dba
parent7dbcb29d980db1a8c9468da5468b844ebcf36f15 (diff)
downloadbuild-1078a734d06470c1e382bd56c23724b12cc2d551.tar.gz
build/core: Forward-port hook for device specific tasks
Added generic hook for loading device specific tasks. Change-Id: I6216195edd6a43e940b3d254256092aca98ca58d Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org> Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index e0f6da8dcf..cbdbfd44c3 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1511,6 +1511,7 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/build/tasks/*.mk))
+-include $(sort $(wildcard device/*/common/tasks/*.mk))
# -----------------------------------------------------------------
# Create SDK repository packages. Must be done after tasks/* since