aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/in_pocket_sensor/Makefile
blob: ce2aebb27770eec4e3c8be0baacb34b728033d1f (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	+= in_pocket.o

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