blob: 1d7de87a8e1eb76c99a44e166a13ea623b47d8a8 [file] [log] [blame]
Liam Girdwoodba7e4762008-04-30 17:13:42 +01001#
2# Makefile for regulator drivers.
3#
4
5
6obj-$(CONFIG_REGULATOR) += core.o
7obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
8obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
9
Philipp Zabel0eb5d5a2008-07-11 17:28:06 +020010obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
Robert Jarzmik55f4fa42009-04-23 20:10:43 +020011obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
David Brownellfa16a5c2009-02-08 10:37:06 -080012obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o
Mark Brownda091552008-10-10 15:58:15 +010013obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
Mark Brown42fad572008-09-11 11:12:01 +010014obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
Eric Miao129eef92008-08-27 04:16:08 +080015obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
Balaji Rao5ec271e72009-01-09 01:51:01 +010016obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
Philipp Zabel0eb5d5a2008-07-11 17:28:06 +020017
Liam Girdwoodba7e4762008-04-30 17:13:42 +010018ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG