import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / accelerometer / Makefile
1 include $(srctree)/drivers/misc/mediatek/Makefile.custom
2
3 # In case the platform does NOT support this type of sensors
4
5 obj-y += accel.o accel_factory.o
6
7 ifeq ($(CONFIG_MTK_K2DH),y)
8 obj-y += k2dh/
9 endif
10
11 ifeq ($(CONFIG_MTK_BMA050),y)
12 obj-y += bma050/
13 endif
14 ifeq ($(CONFIG_MTK_BMA050_NEW),y)
15 obj-y += bma050-new/
16 endif
17 ifeq ($(CONFIG_MTK_BMA222E),y)
18 obj-y += bma222E/
19 endif
20 ifeq ($(CONFIG_MTK_BMA2XX),y)
21 obj-y += bma2xx/
22 endif
23 ifeq ($(CONFIG_MTK_BMA222E_NEW),y)
24 obj-y += bma222E-new/
25 endif
26 ifeq ($(CONFIG_MTK_MPU6050G),y)
27 obj-y += mpu6050g/
28 endif
29 ifeq ($(CONFIG_MTK_MPU6050G_NEW),y)
30 obj-y += mpu6050g-new/
31 endif
32 ifeq ($(CONFIG_MTK_BMA250),y)
33 obj-y += bma250/
34 endif
35 ifeq ($(CONFIG_MTK_KXTIK1004),y)
36 obj-y += kxtik1004/
37 endif
38
39 ifeq ($(CONFIG_MTK_MPU6515A),y)
40 obj-y += mpu6515/
41 endif
42
43 ifeq ($(CONFIG_MTK_KXTJ2_1009),y)
44 obj-y += KXTJ2_1009/
45 endif
46
47 ifeq ($(CONFIG_MTK_KXTJ2_1009_NEW),y)
48 obj-y += KXTJ2_1009-new/
49 endif
50
51 ifeq ($(CONFIG_MTK_BMA250E),y)
52 obj-y += bma250e/
53 endif
54 ifeq ($(CONFIG_MTK_BMA056),y)
55 obj-y += bma056/
56 endif