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

# In case the platform does NOT support this type of sensors
obj-y   +=  chargepump_dummy.o

ifeq ($(CONFIG_LEDS_LM3639),y)
obj-y	+=  lm3639/
endif

ifeq ($(CONFIG_LEDS_LM3632),y)
obj-y	+=  lm3632/
endif

ifeq ($(CONFIG_LEDS_RT8542),y)
obj-y	+=  rt8542/
endif