blob: 29528b78c8de75d941f76be977801777be47f4ab [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
10ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG