]> Pileus Git - ~andy/linux/blob - drivers/regulator/Makefile
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pull
[~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 obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
11
12 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG