aboutsummaryrefslogtreecommitdiff
path: root/core/lib/libtomcrypt/src/sub.mk
blob: ca88fb1fa0cc570002717e84bbc731403744155e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ifdef _CFG_CRYPTO_WITH_ACIPHER
srcs-y += mpa_desc.c
# Get mpa.h which normally is an internal .h file
cppflags-mpa_desc.c-y += -Ilib/libmpa
cflags-mpa_desc.c-y += -Wno-declaration-after-statement
cflags-mpa_desc.c-y += -Wno-unused-parameter
endif

srcs-y += tee_ltc_provider.c

subdirs-$(_CFG_CRYPTO_WITH_CIPHER) += ciphers
subdirs-$(_CFG_CRYPTO_WITH_AUTHENC) += encauth
subdirs-y += hashes
subdirs-$(_CFG_CRYPTO_WITH_MAC) += mac
subdirs-$(_CFG_CRYPTO_WITH_ACIPHER) += math
subdirs-y += misc
subdirs-y += modes
subdirs-$(_CFG_CRYPTO_WITH_ACIPHER) += pk