aboutsummaryrefslogtreecommitdiff
path: root/ta
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-05-31 09:53:45 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-05-31 13:34:54 +0200
commit0095d8b40e901f4182b1be28cfb202c1cf94c44e (patch)
tree451189391b8cb7409688fbf6819d80f6319d7ef7 /ta
parent70a39ed91600ccc908a0acb60ba0322958edfb79 (diff)
ta/ta.mk: export CFG_TA_DYNLINK
Allows a TA to determine at build time if the targeted OP-TEE supports run time dynamic linking. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'ta')
-rw-r--r--ta/ta.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ta/ta.mk b/ta/ta.mk
index 5c81032b..84659061 100644
--- a/ta/ta.mk
+++ b/ta/ta.mk
@@ -29,6 +29,7 @@ ta-mk-file-export-vars-$(sm) += CFG_SECURE_DATA_PATH
ta-mk-file-export-vars-$(sm) += CFG_TA_MBEDTLS_SELF_TEST
ta-mk-file-export-vars-$(sm) += CFG_TA_MBEDTLS
ta-mk-file-export-vars-$(sm) += CFG_SYSTEM_PTA
+ta-mk-file-export-vars-$(sm) += CFG_TA_DYNLINK
# Expand platform flags here as $(sm) will change if we have several TA
# targets. Platform flags should not change after inclusion of ta/ta.mk.