summaryrefslogtreecommitdiffstats
path: root/rules/optee-client.make
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-05-23 07:01:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 11:03:04 +0200
commitf8b5cf03db88c5dd552884f264fc2af68e9dfde8 (patch)
tree443dc0cc3e1377777a745797d13b902ba422b68d /rules/optee-client.make
parentd102720491267dd11d7c5983d33bc94c5a46c08b (diff)
downloadptxdist-f8b5cf03db88c5dd552884f264fc2af68e9dfde8.tar.gz
ptxdist-f8b5cf03db88c5dd552884f264fc2af68e9dfde8.tar.xz
optee-client: explicitly set TA load path
Previously TA loading would work because PTXdist has /usr merge, since the TAs were installed to /usr/lib/ but the client would load the from /lib. Explicitly set the load path to /usr/lib. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/optee-client.make')
-rw-r--r--rules/optee-client.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/optee-client.make b/rules/optee-client.make
index 3b8a23755..cbda12582 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -33,7 +33,8 @@ OPTEE_CLIENT_CONF_TOOL := NO
OPTEE_CLIENT_MAKE_ENV := \
$(CROSS_ENV) \
LIBDIR=/usr/lib \
- INCLUDEDIR=/usr/include
+ INCLUDEDIR=/usr/include \
+ CFG_TEE_CLIENT_LOAD_PATH=/usr/lib/
# ----------------------------------------------------------------------------
# Target-Install