Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
125e18745f16685f69a34fd6130d47598fc4bf54
/
.
/
drivers
/
base
/
power
/
Makefile
blob: ceeeba2c56c7a426825b9dd982b6039dd8b99f3f [
file
] [
log
] [
blame
]
obj
-
y
:=
shutdown
.
o
obj
-
$
(
CONFIG_PM
)
+=
main
.
o suspend
.
o resume
.
o runtime
.
o sysfs
.
o
ifeq
(
$
(
CONFIG_DEBUG_DRIVER
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
ifeq
(
$
(
CONFIG_PM_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif