aboutsummaryrefslogtreecommitdiff
path: root/core/lib/libtomcrypt/src/sub.mk
blob: 328cc0014e25dc4afc8b560244565e0e85518b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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-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