]> Pileus Git - ~andy/linux/blob - drivers/regulator/Makefile
regulator: core kbuild files
[~andy/linux] / drivers / regulator / Makefile
1 #
2 # Makefile for regulator drivers.
3 #
4
5
6 obj-$(CONFIG_REGULATOR) += core.o
7 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
8 obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
9
10 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG