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