Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
[deliverable/linux.git] / drivers / regulator / Makefile
1 #
2 # Makefile for regulator drivers.
3 #
4
5
6 obj-$(CONFIG_REGULATOR) += core.o
7 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
8 obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
9
10 obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
11 obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
12 obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
13 obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
14
15 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
This page took 0.034473 seconds and 6 git commands to generate.