Makefile 575 字节
Newer Older
L
Liam Girdwood 已提交
1 2 3 4 5 6 7 8 9
#
# Makefile for regulator drivers.
#


obj-$(CONFIG_REGULATOR) += core.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o

10
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
R
Robert Jarzmik 已提交
11
obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
D
David Brownell 已提交
12
obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o
13
obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
14
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
15
obj-$(CONFIG_REGULATOR_DA903X)	+= da903x.o
B
Balaji Rao 已提交
16
obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
17

L
Liam Girdwood 已提交
18
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG