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