include $(srctree)/drivers/misc/mediatek/Makefile.custom
ifeq ($(CONFIG_ARM64), y)
obj-y += aarch64/
else
obj-y += aarch32/
endif


