summaryrefslogtreecommitdiff
path: root/core/tee/sub.mk
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2014-08-20 18:56:57 +0200
committerPascal Brand <pascal.brand@st.com>2014-11-04 16:57:57 +0100
commitffe040395b13924a8bfb106002a3512c0f1024c6 (patch)
treed21f8ffe68206362d15726f0816e9d2b199a7d05 /core/tee/sub.mk
parentaf0c87eccf97c3dc97cfb68f2dffb487343388bc (diff)
Add crypto provider internal API
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Tested-by: Pascal Brand <pascal.brand@linaro.org> (STM platform)
Diffstat (limited to 'core/tee/sub.mk')
-rw-r--r--core/tee/sub.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/core/tee/sub.mk b/core/tee/sub.mk
index ca7559c7..29962087 100644
--- a/core/tee/sub.mk
+++ b/core/tee/sub.mk
@@ -1,19 +1,10 @@
srcs-y += tee_svc.c
srcs-y += tee_svc_cryp.c
-srcs-y += tee_acipher.c
-cflags-tee_acipher.c-y += -Wno-unused-parameter
-
-srcs-y += tee_authenc.c
-cflags-tee_authenc.c-y += -Wno-unused-parameter
-
-srcs-y += tee_mac.c
-cflags-tee_mac.c-y += -Wno-unused-parameter
+srcs-y += tee_svc_storage.c
-srcs-y += tee_cipher.c
+srcs-y += tee_cryp_utl.c
srcs-y += tee_fs.c
-srcs-y += tee_hash.c
srcs-y += tee_obj.c
srcs-y += tee_pobj.c
srcs-y += tee_rpmb_fs.c
-srcs-y += tee_svc_storage.c
srcs-y += tee_time_generic.c