include $(srctree)/drivers/misc/mediatek/Makefile.custom

ifeq ($(CONFIG_MTK_FPGA),y)
obj-y	:= mt_gpio_fpga.o
else
obj-y	:= mt_gpio_base.o 
endif
obj-y	+= mt_gpio_ext.o mt_gpio_affix.o mt_gpio_debug.o
ifeq ($(CONFIG_GPIOLIB),y)
obj-y	+= mt_gpio_base_linux.o
endif
obj-$(CONFIG_MTK_MT6306_SUPPORT)	+= dcl_sim_gpio.o
