Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
220bcc2afd7011b3e0569fc178331fa983c92c1b
/
.
/
drivers
/
base
/
power
/
Makefile
blob: 9caeaea753a3e00623fae4c41d72ffceaef1643c [
file
] [
log
] [
blame
]
obj
-
y
:=
shutdown
.
o
obj
-
$
(
CONFIG_PM_SLEEP
)
+=
main
.
o suspend
.
o resume
.
o sysfs
.
o
obj
-
$
(
CONFIG_PM_TRACE
)
+=
trace
.
o
ifeq
(
$
(
CONFIG_DEBUG_DRIVER
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
ifeq
(
$
(
CONFIG_PM_VERBOSE
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif