kernel_samsung_a34x-permissive/drivers/tee/gud/Makefile.include
2024-04-28 15:51:13 +02:00

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