6db4831e98
Android 14
7 lines
410 B
Makefile
7 lines
410 B
Makefile
ifeq ($(CONFIG_TRUSTONIC_TEE_SUPPORT),y)
|
|
$(warning "CONFIG_MTK_PLATFORM: $(CONFIG_MTK_PLATFORM)")
|
|
$(warning "CONFIG_TRUSTONIC_TEE_VERSION: $(CONFIG_TRUSTONIC_TEE_VERSION)")
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/gud/$(CONFIG_TRUSTONIC_TEE_VERSION)/MobiCoreDriver/public
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/gud/$(CONFIG_TRUSTONIC_TEE_VERSION)/MobiCoreDriver/public/GP
|
|
endif
|