summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-03-13 18:35:23 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-03-13 18:35:26 +0530
commitc5fec6ab4ee048fcd93b45316ee7a0d480ef8303 (patch)
tree207ea97e97a726bbf7047ada30295604b600995c
parent4b61eb5627a314e001e60cb7616bd620f8242f4b (diff)
common: kernel.mk: Add dependency for bootwrapper
Add Dependency for bootwrapper used for vexpress_rtsm Change-Id: I322b7f0ccbd64fce3ec9453f92115d728c7fe6dc Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--tasks/kernel.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index 8366225..23a0f50 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -102,3 +102,7 @@ $(foreach _ub,$(DEVICE_TREES), \
)
$(INSTALLED_BOOTTARBALL_TARGET): $(DEVICE_TREE_TARGETS)
+
+ifeq ($(TARGET_PRODUCT), vexpress_rtsm)
+bootwrapper: $(DEVICE_TREE_TARGETS)
+endif