aboutsummaryrefslogtreecommitdiff
path: root/drivers/tee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tee/Makefile')
-rw-r--r--drivers/tee/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/tee/Makefile b/drivers/tee/Makefile
new file mode 100644
index 000000000000..7a4e4a1ac39c
--- /dev/null
+++ b/drivers/tee/Makefile
@@ -0,0 +1,5 @@
+obj-$(CONFIG_TEE) += tee.o
+tee-objs += tee_core.o
+tee-objs += tee_shm.o
+tee-objs += tee_shm_pool.o
+obj-$(CONFIG_OPTEE) += optee/