Makefile 207 B

12345678
  1. MTK_PLATFORM := $(subst ",,$(CONFIG_MTK_PLATFORM))
  2. ccflags-y += -I$(srctree)/drivers/misc/mediatek/mach/$(MTK_PLATFORM)/include
  3. obj-y += irq.o
  4. ifeq ($(CONFIG_MT_ENG_BUILD),y)
  5. CFLAGS_irq.o := -DDEBUG
  6. endif