aboutsummaryrefslogtreecommitdiff
path: root/ta
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2018-04-20 12:44:36 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-04-20 17:05:05 +0200
commitc21bf051b0191b5ee81eb138994b7f3a3d579a1a (patch)
tree668007128d3e4c57cda1dd7f6aed396c7d7568c2 /ta
parenta62bf61e1563f24e55e8916c6ccef4b0251dd8f6 (diff)
ta: export CFG_CACHE_API and CFG_SECURE_DATA_PATH
Exports CFG_CACHE_API and CFG_SECURE_DATA_PATH to the dev kit conf.mk, making them available for compiled TAs. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'ta')
-rw-r--r--ta/ta.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ta/ta.mk b/ta/ta.mk
index a29843cf..7266ee1d 100644
--- a/ta/ta.mk
+++ b/ta/ta.mk
@@ -18,7 +18,10 @@ ifeq ($(CFG_TEE_TA_MALLOC_DEBUG),y)
$(sm)-platform-cppflags += -DENABLE_MDBG=1
endif
+# Config variables to be explicitly exported to the dev kit conf.mk
ta-mk-file-export-vars-$(sm) += CFG_TA_FLOAT_SUPPORT
+ta-mk-file-export-vars-$(sm) += CFG_CACHE_API
+ta-mk-file-export-vars-$(sm) += CFG_SECURE_DATA_PATH
# 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.