4 lines
265 B
Text
4 lines
265 B
Text
ifneq ($(filter y m, $(CONFIG_TRUSTONIC_TEE_SUPPORT)),)
|
|
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
|