summaryrefslogtreecommitdiff
path: root/build/build.git-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.git-2.patch')
-rw-r--r--build/build.git-2.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/build/build.git-2.patch b/build/build.git-2.patch
new file mode 100644
index 0000000..74a4cd7
--- /dev/null
+++ b/build/build.git-2.patch
@@ -0,0 +1,29 @@
+From 64cd5107eb178bfd5d7ec470eb416c132576c902 Mon Sep 17 00:00:00 2001
+From: Patrik Ryd <patrik.ryd@linaro.org>
+Date: Mon, 14 Feb 2011 15:29:10 +0100
+Subject: [PATCH] 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>
+---
+ core/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/core/Makefile b/core/Makefile
+index f118cea..1e3d7a7 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
+
+ # -----------------------------------------------------------------
+--
+1.7.9.5
+