| 1234567891011 |
- #######################################
- # Specify source files
- #######################################
- # BUILD-IN
- ifneq ($(wildcard $(srctree)/drivers/misc/mediatek/gcpu/$(MTK_PLATFORM)),)
- obj-y += $(MTK_PLATFORM)/
- else ### For IP-BASE
- obj-$(CONFIG_TRUSTONIC_TEE_SUPPORT) += $(subst ",,common)/ ### For MT6xxx
- obj-$(CONFIG_MTK_IN_HOUSE_TEE_SUPPORT) += $(subst ",,mt8xxx)/ ### For MT8xxx
- endif
|