Makefile 301 B

12345678910
  1. ifeq ($(CONFIG_MTK_SYS_CIRQ),y)
  2. obj-y += mt_sys_cirq.o
  3. # include platform-dependent headers
  4. # ccflags-y += -I$(srctree)/drivers/misc/mediatek/cirq/$(CONFIG_MTK_PLATFORM)/inc/
  5. ifeq ($(CONFIG_MT_ENG_BUILD),y)
  6. CFLAGS_mt_sys_cirq.o := -DDEBUG
  7. endif
  8. else
  9. obj-y += $(subst ",,$(CONFIG_MTK_PLATFORM))/
  10. endif