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

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

obj-y	+= wake_gesture.o

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