summaryrefslogtreecommitdiff
path: root/lib/libutee/sub.mk
blob: 8c0d10011a6b0c66fac20c968d406a46ba732b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
global-incdirs-y += include

srcs-y += tee_api_property.c
srcs-y += tee_user_mem.c
srcs-y += abort.c
srcs-y += trace_ext.c
srcs-y += assert.c
srcs-y += base64.c
srcs-y += tee_api_arith.c
srcs-y += tee_api.c
srcs-y += tee_api_objects.c
srcs-y += tee_api_operations.c
srcs-y += tee_api_se.c
srcs-y += tee_api_panic.c
srcs-y += tee_tcpudp_socket.c
srcs-y += tee_socket_pta.c

subdirs-y += tui
subdirs-y += arch/$(ARCH)

cflags-lib-$(CFG_ULIBS_GPROF) += -pg