import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / magnetometer / Makefile
1 include $(srctree)/drivers/misc/mediatek/Makefile.custom
2
3 # In case the platform does NOT support this type of sensors
4 obj-y += mag.o
5 obj-y += mag_factory.o
6
7 ifeq ($(CONFIG_MTK_AKM8963_NEW),y)
8 obj-y += akm8963-new/
9 endif
10
11 ifeq ($(CONFIG_MTK_BMM050_NEW),y)
12 obj-y += bmm050-new/
13 endif
14
15 ifeq ($(CONFIG_MTK_BMM056_NEW),y)
16 obj-y += bmm056-new/
17 endif
18
19 ifeq ($(CONFIG_MTK_AKM8963),y)
20 obj-y += akm8963/
21 endif
22
23 ifeq ($(CONFIG_MTK_AKM09911),y)
24 obj-y += akm09911/
25 endif
26
27 ifeq ($(CONFIG_MTK_YAS532),y)
28 obj-y += yamaha532/
29 endif