6db4831e98
Android 14
7 lines
405 B
Makefile
7 lines
405 B
Makefile
ifneq ($(filter y m, $(CONFIG_TRUSTONIC_TEE_SUPPORT)),)
|
|
$(warning "CONFIG_MTK_PLATFORM: $(CONFIG_MTK_PLATFORM)")
|
|
$(warning "CONFIG_TRUSTONIC_TEE_VERSION: $(CONFIG_TRUSTONIC_TEE_VERSION)")
|
|
ccflags-y += -I$(srctree)/drivers/tee/gud/$(CONFIG_TRUSTONIC_TEE_VERSION)/MobiCoreDriver/public
|
|
ccflags-y += -I$(srctree)/drivers/tee/gud/$(CONFIG_TRUSTONIC_TEE_VERSION)/MobiCoreDriver/public/GP
|
|
endif
|