Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[linux-2.6/mini2440.git] / drivers / regulator / Makefile
blob4d762c4cccfdf4c26e530ee381a4414e4b2b27e6
2 # Makefile for regulator drivers.
6 obj-$(CONFIG_REGULATOR) += core.o
7 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
8 obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
9 obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
11 obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
12 obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
13 obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
14 obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o
15 obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
16 obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
17 obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
18 obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
20 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG