Sign in
zircon-guest
/
third_party
/
linux
/
dfe86cba7676d58db8de7e623f5e72f1b0d3ca35
/
.
/
arch
/
sh
/
kernel
/
cpu
/
shmobile
/
Makefile
blob: a39f88ea1a85b01dbd5240eded860e19b63acda8 [
file
] [
log
] [
blame
]
#
# Makefile for the Linux/SuperH SH-Mobile backends.
#
# Power Management & Sleep mode
obj
-
$
(
CONFIG_PM
)
+=
pm
.
o sleep
.
o
obj
-
$
(
CONFIG_CPU_IDLE
)
+=
cpuidle
.
o
obj
-
$
(
CONFIG_PM_RUNTIME
)
+=
pm_runtime
.
o