aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/face_down_sensor/Makefile
blob: 6abde16805c5d5733cef6195e139dec0b26e3380 (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	+= face_down.o

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