aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-02-14 15:29:10 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-12-12 03:57:31 +0100
commit64cd5107eb178bfd5d7ec470eb416c132576c902 (patch)
treefd737d42d266df9ac246db0eee1d9176d87affe0
parentd7aa54e85caeb1da85f7bf6aa9db51456cdff2b9 (diff)
downloadbuild-64cd5107eb178bfd5d7ec470eb416c132576c902.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 f118cea2b5..1e3d7a7cdd 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1646,6 +1646,7 @@ ifneq ($(dont_bother),true)
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))
endif
# -----------------------------------------------------------------