summaryrefslogtreecommitdiff
path: root/ta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ta/Makefile')
-rw-r--r--ta/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/ta/Makefile b/ta/Makefile
new file mode 100644
index 0000000..3d2e6fc
--- /dev/null
+++ b/ta/Makefile
@@ -0,0 +1,13 @@
+CFG_TEE_TA_LOG_LEVEL ?= 4
+CPPFLAGS += -DCFG_TEE_TA_LOG_LEVEL=$(CFG_TEE_TA_LOG_LEVEL)
+
+# The UUID for the Trusted Application
+BINARY=8aaaf200-2450-11e4-abe2-0002a5d5c51b
+
+-include $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk
+
+ifeq ($(wildcard $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk), )
+clean:
+ @echo 'Note: $$(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk not found, cannot clean TA'
+ @echo 'Note: TA_DEV_KIT_DIR=$(TA_DEV_KIT_DIR)'
+endif