summaryrefslogtreecommitdiff
path: root/drivers/trusty/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/trusty/Kbuild')
-rw-r--r--drivers/trusty/Kbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/trusty/Kbuild b/drivers/trusty/Kbuild
index 2cf1cfc..76f6932 100644
--- a/drivers/trusty/Kbuild
+++ b/drivers/trusty/Kbuild
@@ -3,6 +3,11 @@
# Makefile for trusty components
#
+# Needed for the trace points
+CFLAGS_trusty.o = -I$(srctree)/$(src)
+CFLAGS_trusty-irq.o = -I$(srctree)/$(src)
+CFLAGS_trusty-ipc.o = -I$(srctree)/$(src)
+
obj-$(CONFIG_TRUSTY) += trusty-core.o
trusty-core-objs += trusty.o trusty-mem.o
trusty-core-$(CONFIG_ARM) += trusty-smc-arm.o