4 lines
132 B
Makefile
4 lines
132 B
Makefile
|
ifneq ($(CONFIG_TRUSTONIC_TEE_SUPPORT),)
|
||
|
obj-$(CONFIG_TRUSTONIC_TEE_SUPPORT) += $(subst ",,$(CONFIG_TRUSTONIC_TEE_VERSION))/
|
||
|
endif
|