summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/shmobile/Makefile
blob: e83c9d55ccd911e7c7de63b6936fc46fa09fdc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# 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
ifneq ($(CONFIG_CPU_SUBTYPE_SH7724)$(CONFIG_CPU_SUBTYPE_SH7722),y)
obj-$(CONFIG_PM_RUNTIME)	+= pm_runtime.o
endif