summaryrefslogtreecommitdiff
path: root/core/tee/sub.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2017-02-15 15:26:42 +0100
committerJens Wiklander <jens.wiklander@linaro.org>2017-02-28 15:47:21 +0100
commit44e900eabfc15db59624b39056aae84e7c64963f (patch)
treefe5f23eb80ce5b4aa5125695c3174b651520c606 /core/tee/sub.mk
parenta238b744b1b36257e33c998822020681162016ae (diff)
core: SQL 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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tee/sub.mk b/core/tee/sub.mk
index 8f79fbb9..c5587679 100644
--- a/core/tee/sub.mk
+++ b/core/tee/sub.mk
@@ -30,8 +30,8 @@ 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) += fs_htree.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) += \
tee_fs_rpc_cache.c