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

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

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