summaryrefslogtreecommitdiff
path: root/drivers/trusty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/trusty/Makefile')
-rw-r--r--drivers/trusty/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/trusty/Makefile b/drivers/trusty/Makefile
new file mode 100644
index 000000000000..9ca451e50dee
--- /dev/null
+++ b/drivers/trusty/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile for trusty components
+#
+
+obj-$(CONFIG_TRUSTY) += trusty.o
+obj-$(CONFIG_TRUSTY) += trusty-irq.o
+obj-$(CONFIG_TRUSTY_FIQ) += trusty-fiq.o
+obj-$(CONFIG_TRUSTY_FIQ_ARM) += trusty-fiq-arm.o
+obj-$(CONFIG_TRUSTY_FIQ_ARM64) += trusty-fiq-arm64.o trusty-fiq-arm64-glue.o
+obj-$(CONFIG_TRUSTY_LOG) += trusty-log.o
+obj-$(CONFIG_TRUSTY) += trusty-mem.o
+obj-$(CONFIG_TRUSTY_VIRTIO) += trusty-virtio.o
+obj-$(CONFIG_TRUSTY_VIRTIO_IPC) += trusty-ipc.o