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-10-15 21:38:46 +0200
commitae51238e33f746b8e27afc9fc6fee757a9853c9f (patch)
treeb95291ebeb88516feea76a3e5b3944c3b8cb8d52
parent9e065b4310090f714fd2d3e8f6c2afe23fa1b6ba (diff)
downloadbuild-ae51238e33f746b8e27afc9fc6fee757a9853c9f.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 55ab6a512d..7458911eef 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1590,6 +1590,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