Files
linux-apfs/drivers/regulator/Makefile
T

14 lines
322 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
2008-07-11 17:28:06 +02:00
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
2008-09-11 11:12:01 +01:00
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
2008-07-11 17:28:06 +02:00
2008-04-30 17:13:42 +01:00
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG