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