summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ryleev <gmar@google.com>2018-08-13 12:27:56 -0700
committerMichael Ryleev <gmar@google.com>2018-08-14 11:26:32 -0700
commitb89ff2015485562c65efe3792bc4da3c7ada15fc (patch)
treefe87028e0e4ad13191a6cfb2032854be0121636b
parent8fb053f28b9cce7eb88eb110aab95170a94a0a88 (diff)
downloadimx7d-b89ff2015485562c65efe3792bc4da3c7ada15fc.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: Ie29f705cd10fe2b3dfcc29c8d0a89966e74cc659
-rw-r--r--project/imx7d-inc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/imx7d-inc.mk b/project/imx7d-inc.mk
index da8e6d5..a504688 100644
--- a/project/imx7d-inc.mk
+++ b/project/imx7d-inc.mk
@@ -79,4 +79,4 @@ TRUSTY_ALL_USER_TASKS := \
# This project requires trusty IPC
WITH_TRUSTY_IPC := true
-EXTRA_BUILDRULES += app/trusty/user-tasks.mk
+EXTRA_BUILDRULES += trusty/kernel/app/trusty/user-tasks.mk