aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/heart_rate_sensor/Makefile
blob: d9fd0f391b99c6437fc4e94b520aeba31bed0e83 (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	+= heart_rate.o

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