aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/step_counter/Makefile
blob: 9bb368e45c1cd865286669079019edbbfc284805 (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	+= step_counter.o

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