Sign in
googlers
/
maze
/
linux
/
ba7e4763437561763b6cca14a41f1d2a7def23e2
/
.
/
drivers
/
regulator
/
Makefile
blob: 29528b78c8de75d941f76be977801777be47f4ab [
file
] [
log
] [
blame
]
#
# 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