1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
global-incdirs-y += include
srcs-y += abort.c
srcs-y += assert.c
srcs-y += tee_uuid_from_str.c
srcs-y += trace_ext.c
ifneq ($(sm),ldelf)
srcs-y += tee_api.c
srcs-y += tee_api_arith_mpi.c
cppflags-tee_api_arith_mpi.c-y += -DMBEDTLS_ALLOW_PRIVATE_ACCESS
srcs-y += tee_api_objects.c
srcs-y += tee_api_operations.c
srcs-y += tee_api_panic.c
srcs-y += tee_api_property.c
srcs-y += tee_socket_pta.c
srcs-y += tee_system_pta.c
srcs-y += tee_tcpudp_socket.c
srcs-y += tcb.c
srcs-y += user_ta_entry.c
srcs-y += user_ta_entry_compat.c
endif #ifneq ($(sm),ldelf)
subdirs-y += arch/$(ARCH)
|