Makefile 397 B

1234567891011
  1. #######################################
  2. # Specify source files
  3. #######################################
  4. # BUILD-IN
  5. ifneq ($(wildcard $(srctree)/drivers/misc/mediatek/gcpu/$(MTK_PLATFORM)),)
  6. obj-y += $(MTK_PLATFORM)/
  7. else ### For IP-BASE
  8. obj-$(CONFIG_TRUSTONIC_TEE_SUPPORT) += $(subst ",,common)/ ### For MT6xxx
  9. obj-$(CONFIG_MTK_IN_HOUSE_TEE_SUPPORT) += $(subst ",,mt8xxx)/ ### For MT8xxx
  10. endif