summaryrefslogtreecommitdiff
path: root/tasks/kernel.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/kernel.mk')
-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