xref: /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile (revision 6a06d5bf)
1#
2# Makefile for the Linux/SuperH SH-Mobile backends.
3#
4
5# Power Management & Sleep mode
6obj-$(CONFIG_PM)	+= pm.o sleep.o
7obj-$(CONFIG_CPU_IDLE)	+= cpuidle.o
8ifneq ($(CONFIG_CPU_SUBTYPE_SH7724)$(CONFIG_CPU_SUBTYPE_SH7722),y)
9obj-$(CONFIG_PM_RUNTIME)	+= pm_runtime.o
10endif
11