Etienne Carriere | a8118d8 | 2017-11-08 15:37:04 +0100 | [diff] [blame] | 1 | CFG_TEE_TA_LOG_LEVEL ?= 4 |
2 | CPPFLAGS += -DCFG_TEE_TA_LOG_LEVEL=$(CFG_TEE_TA_LOG_LEVEL) | ||||
3 | |||||
4 | # The UUID for the Trusted Application | ||||
5 | BINARY=5dbac793-f574-4871-8ad3-04331ec17f24 | ||||
6 | |||||
7 | -include $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk | ||||
8 | |||||
9 | ifeq ($(wildcard $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk), ) | ||||
10 | clean: | ||||
11 | @echo 'Note: $$(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk not found, cannot clean TA' | ||||
12 | @echo 'Note: TA_DEV_KIT_DIR=$(TA_DEV_KIT_DIR)' | ||||
13 | endif |