Files
linux-apfs/drivers/regulator/Makefile
T

24 lines
829 B
Makefile
Raw Normal View History

2008-04-30 17:13:42 +01:00
#
# Makefile for regulator drivers.
#
obj-$(CONFIG_REGULATOR) += core.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
2009-04-26 16:49:39 +03:00
obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
2008-04-30 17:13:42 +01:00
2008-07-11 17:28:06 +02:00
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
2009-04-23 20:10:43 +02:00
obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
2009-02-08 10:37:06 -08:00
obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o
obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
2009-07-28 15:22:02 +01:00
obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o
2008-10-10 15:58:15 +01:00
obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
2008-09-11 11:12:01 +01:00
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
2009-01-09 01:51:01 +01:00
obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
2009-06-27 00:18:02 -03:00
obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
2008-07-11 17:28:06 +02:00
2008-04-30 17:13:42 +01:00
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG