#
# Makefile for the <t-base core and trusted UI drivers
#

export GUD_ROOT_FOLDER := $(dir $(lastword $(MAKEFILE_LIST)))
obj-$(CONFIG_TRUSTONIC_TEE_SUPPORT) := MobiCoreDriver/
obj-$(CONFIG_TRUSTONIC_TRUSTED_UI) += TlcTui/
