aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/activity_sensor/Makefile
blob: 016caa9baa3ce575f114774a09b81f89aaef4560 (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	+= activity.o

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