2008-04-30 16:13:42 +00: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 15:28:06 +00:00
|
|
|
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
|
|
|
|
|
2008-04-30 16:13:42 +00:00
|
|
|
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
|