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

# In case the platform does NOT support this type of sensors
obj-y   +=  als_sub.o
#obj-y   +=  alsps_factory.o
obj-y   +=  aal_control.o

ifeq ($(CONFIG_MTK_AL3320),y)
obj-y	+=  al3320/
endif

ifeq ($(CONFIG_MTK_BH1745),y)
obj-y	+=  bh1745/
endif

