summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ryleev <gmar@google.com>2018-08-13 12:24:50 -0700
committerMichael Ryleev <gmar@google.com>2018-08-14 11:24:09 -0700
commit5186c1b6d84bd7e2a739fe03f1c6cff2173f1e40 (patch)
treec5f3b3823409427b312f5be0f421d9da79939190
parent48b7d9e69c7363048da203885a04367b01cdce25 (diff)
downloadvexpress-a15-5186c1b6d84bd7e2a739fe03f1c6cff2173f1e40.tar.gz
Update to accomodate for new tree layout
user-task.mk should be referred relative to top of the tree as trusty/kernel/app/trusty/user-task.mk Bug: 111521896 Change-Id: Ib4c2343795a578f8bda29460b71747a222a59f78
-rw-r--r--project/vexpress-a15-trusty.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/vexpress-a15-trusty.mk b/project/vexpress-a15-trusty.mk
index cf8b08d..ff25bb9 100644
--- a/project/vexpress-a15-trusty.mk
+++ b/project/vexpress-a15-trusty.mk
@@ -67,4 +67,4 @@ TRUSTY_ALL_USER_TASKS := \
trusty/user/app/sample/skel2\
trusty/user/app/sample/timer\
-EXTRA_BUILDRULES += app/trusty/user-tasks.mk
+EXTRA_BUILDRULES += trusty/kernel/app/trusty/user-tasks.mk