mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
11 lines
223 B
Makefile
11 lines
223 B
Makefile
|
#
|
||
|
# Makefile for regulator drivers.
|
||
|
#
|
||
|
|
||
|
|
||
|
obj-$(CONFIG_REGULATOR) += core.o
|
||
|
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
|
||
|
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
|
||
|
|
||
|
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
|