Merge tag 'v3.10.55' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / tpw8127_tb_c_l / Makefile
1
2 include $(srctree)/drivers/misc/mediatek/Makefile.custom
3
4 ifneq ($(CONFIG_ARCH_MTK_PROJECT),)
5 ARCH_MTK_PROJECT := $(shell echo $(CONFIG_ARCH_MTK_PROJECT))
6 obj-y += core/
7 obj-y += dct/dct/
8 endif
9
10
11 ifeq ($(CONFIG_CUSTOM_KERNEL_ACCELEROMETER),y)
12 obj-y += accelerometer/
13 endif
14
15 ifeq ($(CONFIG_CUSTOM_KERNEL_GYROSCOPE),y)
16 obj-y += gyroscope/
17 endif
18
19 ifeq ($(CONFIG_CUSTOM_KERNEL_MAGNETOMETER),y)
20 obj-y += magnetometer/
21 endif
22
23 ifeq ($(CONFIG_CUSTOM_KERNEL_ALSPS),y)
24 obj-y += alsps/
25 endif
26
27 obj-y += cam_cal/
28 obj-y += camera/camera/
29 obj-y += eeprom/
30 ###obj-y += flashlight/
31 obj-y += flashlight/constant_flashlight/
32 obj-y += headset/
33 ###zbj-y += imgsensor/
34 obj-y += keypad/
35 obj-y += leds/
36 obj-y += lens/
37 obj-y += sound/
38 ###obj-y += ssw/
39 obj-y += touchpanel/
40 obj-y += vibrator/
41 #obj-y += wmt/
42 ifeq ($(CONFIG_MTK_HDMI_SUPPORT),y)
43 obj-y +=hdmi/
44 endif