summaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
blob: 0de39fe2eaea067f18472e2179038671701d25a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for regulator drivers.
#


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

obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o

ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG