Makefile 269 字节
Newer Older
L
Liam Girdwood 已提交
1 2 3 4 5 6 7 8 9
#
# Makefile for regulator drivers.
#


obj-$(CONFIG_REGULATOR) += core.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o

10 11
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o

L
Liam Girdwood 已提交
12
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG