summaryrefslogtreecommitdiff
path: root/core/tee/sub.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2017-02-15 15:26:38 +0100
committerJens Wiklander <jens.wiklander@linaro.org>2017-02-28 15:47:21 +0100
commita238b744b1b36257e33c998822020681162016ae (patch)
tree930504831ff64280d0498e66e478bd7405d074dc /core/tee/sub.mk
parent50a814981d8b4bfe9d035bb16eeba6ac759e572f (diff)
core: REE FS: use the new hash tree interface
Uses the new hash tree interface to implement secure storage. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/tee/sub.mk')
-rw-r--r--core/tee/sub.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tee/sub.mk b/core/tee/sub.mk
index 32f0f981..8f79fbb9 100644
--- a/core/tee/sub.mk
+++ b/core/tee/sub.mk
@@ -30,6 +30,7 @@ srcs-y += tee_svc_cryp.c
srcs-y += tee_svc_storage.c
srcs-$(CFG_RPMB_FS) += tee_rpmb_fs.c
srcs-$(CFG_REE_FS) += tee_ree_fs.c
+srcs-$(CFG_REE_FS) += fs_htree.c
srcs-$(CFG_SQL_FS) += tee_sql_fs.c
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS) += tee_fs_rpc.c
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS CFG_RPMB_FS) += \