aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/shake_sensor/Makefile
blob: 58370a0ab7af3d36f865034a8f2b6cdad3cd141d (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	+= shake.o

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