summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2011-11-17 14:55:56 +0100
committerPaul Mundt2011-11-17 20:12:29 +0100
commit7fa4632db8bfadf37b5e19f6b73398c6bccb5c90 (patch)
tree542586cd9a7b883beb11b68a5f92f0601a59ebd4 /arch/sh/kernel/cpu/Makefile
parentsh: sh7722: use runtime PM implementation, common with arm/mach-shmobile (diff)
downloadkernel-qcow2-linux-7fa4632db8bfadf37b5e19f6b73398c6bccb5c90.tar.gz
kernel-qcow2-linux-7fa4632db8bfadf37b5e19f6b73398c6bccb5c90.tar.xz
kernel-qcow2-linux-7fa4632db8bfadf37b5e19f6b73398c6bccb5c90.zip
sh: sh7723: use runtime PM implementation, common with arm/mach-shmobile
Switch sh7723 to a runtime PM implementation, common with ARM-based sh-mobile platforms. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/Makefile')
-rw-r--r--arch/sh/kernel/cpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile
index b1f515cb4c79..5366fdf8c566 100644
--- a/arch/sh/kernel/cpu/Makefile
+++ b/arch/sh/kernel/cpu/Makefile
@@ -19,6 +19,6 @@ obj-$(CONFIG_SH_ADC) += adc.o
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
obj-y += irq/ init.o clock.o fpu.o proc.o
-ifneq ($(CONFIG_CPU_SUBTYPE_SH7724)$(CONFIG_CPU_SUBTYPE_SH7722),y)
+ifneq ($(CONFIG_CPU_SUBTYPE_SH7722)$(CONFIG_CPU_SUBTYPE_SH7723)$(CONFIG_CPU_SUBTYPE_SH7724),y)
obj-y += hwblk.o
endif