sh: sh7724: use runtime PM implementation, common with arm/mach-shmobile
[linux-block.git] / arch / sh / kernel / cpu / shmobile / Makefile
1 #
2 # Makefile for the Linux/SuperH SH-Mobile backends.
3 #
4
5 # Power Management & Sleep mode
6 obj-$(CONFIG_PM)        += pm.o sleep.o
7 obj-$(CONFIG_CPU_IDLE)  += cpuidle.o
8 ifneq ($(CONFIG_CPU_SUBTYPE_SH7724),y)
9 obj-$(CONFIG_PM_RUNTIME)        += pm_runtime.o
10 endif