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