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

ifeq ($(CONFIG_MTK_GPT_SCHEME_SUPPORT),y)
obj-y := sysenv.o
else
obj-y := env.o
endif
