ifeq ($(CONFIG_MTK_GIC_V3_EXT),y)
  obj-y += mtk-gic-v3-extend.o
else
  obj-$(CONFIG_MTK_GIC_EXT) += mtk-gic-extend.o
endif
