Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
1ded969fb97fba33e7310ef95f0b3e3123d4d92a
/
.
/
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