mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
This kills of the now unused runtime PM stub in favour of the generic one. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
7 lines
158 B
Makefile
7 lines
158 B
Makefile
#
|
|
# 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
|