]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/regulator/Makefile
regulator: remove driver_data direct access of struct device
[net-next-2.6.git] / drivers / regulator / Makefile
CommitLineData
ba7e4763
LG
1#
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
1d98cccf 9obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
ba7e4763 10
0eb5d5ab 11obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
55f4fa4e 12obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
fa16a5c1 13obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o
da09155a 14obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
42fad570 15obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
129eef96 16obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
5ec271e7 17obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
0eb5d5ab 18
ba7e4763 19ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG