Sign in
coral
/
linux-imx
/
d6b00a5345ce4e86e8b00a88bb84a2c0c1f69ddc
/
.
/
arch
/
sh
/
kernel
/
cpu
/
shmobile
/
Makefile
blob: a39f88ea1a85b01dbd5240eded860e19b63acda8 [
file
]
#
# 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