aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/glance_gesture_sensor/Makefile
blob: e9b46c98af3b16f9eb75e85b06cfeed9c8070180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(srctree)/drivers/misc/mediatek/Makefile.custom

# In case the platform does NOT support this type of sensors

obj-y	+= glance_gesture.o

ifeq ($(CONFIG_CUSTOM_KERNEL_GLANCE_GESTURE_SENSOR),"OTHER_VENDOR")
obj-y += other_vendor/
endif