import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / chargepump / 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 += chargepump_dummy.o
5
6 ifeq ($(CONFIG_LEDS_LM3639),y)
7 obj-y += lm3639/
8 endif
9
10 ifeq ($(CONFIG_LEDS_LM3632),y)
11 obj-y += lm3632/
12 endif
13
14 ifeq ($(CONFIG_LEDS_RT8542),y)
15 obj-y += rt8542/
16 endif