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

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