Staging: w35und: make wb35_probe() and wb35_disconnect() funtions static
[linux-2.6/mini2440.git] / drivers / regulator / Makefile
blob254d40c02ee8cefd29e4f332f12b6c99603d705d
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
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
15 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG