10 lines
257 B
Makefile
10 lines
257 B
Makefile
#
|
|
# Makefile for the <t-base core and trusted UI drivers
|
|
#
|
|
|
|
obj-$(CONFIG_TRUSTONIC_TEE) := MobiCoreDriver/
|
|
obj-$(CONFIG_TRUSTONIC_TRUSTED_UI) += TlcTui/
|
|
|
|
obj-$(CONFIG_SECURE_OS_CONTROL) += sec-os-ctrl/
|
|
obj-$(CONFIG_SECURE_OS_BOOSTER_API) += sec-os-booster/
|