aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/sensorHub/Makefile
blob: 060b79169f0d579d0d33b66d456ad55481559a3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(srctree)/drivers/misc/mediatek/Makefile.custom

# In case the platform does NOT support this type of sensors

### Workaround ###
ifneq ($(CONFIG_ARCH_MT2601),y)
obj-y += SCP_sensorHub/
obj-y += SCP_shf/
else
obj-y += CwMcuSensor/
endif
ifeq ($(CONFIG_CUSTOM_KERNEL_SENSORHUB),"OTHER_VENDOR")
obj-y += other_vendor/
endif