summaryrefslogtreecommitdiff
path: root/lib/libutee/sub.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutee/sub.mk')
-rw-r--r--lib/libutee/sub.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/libutee/sub.mk b/lib/libutee/sub.mk
new file mode 100644
index 0000000..8c0d100
--- /dev/null
+++ b/lib/libutee/sub.mk
@@ -0,0 +1,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