Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9edb3fe authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2feb075a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ obj-$(CONFIG_CPU_SH5) = sh5/
# Special cases for family ancestry.

obj-$(CONFIG_CPU_SH4A)		+= sh4a/
obj-$(CONFIG_ARCH_SHMOBILE)	+= shmobile/

# Common interfaces.

+0 −4
Original line number Diff line number Diff line
@@ -35,10 +35,6 @@ pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7785)	:= pinmux-sh7785.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7786)	:= pinmux-sh7786.o

# Power Mangement & Sleep mode
pm-$(CONFIG_ARCH_SHMOBILE)		:= pm-sh_mobile.o sleep-sh_mobile.o

obj-y			+= $(clock-y)
obj-$(CONFIG_SMP)	+= $(smp-y)
obj-$(CONFIG_GENERIC_GPIO)	+= $(pinmux-y)
obj-$(CONFIG_PM)	+= $(pm-y)
+6 −0
Original line number Diff line number Diff line
#
# Makefile for the Linux/SuperH SH-Mobile backends.
#

# Power Management & Sleep mode
obj-$(CONFIG_PM)	+= pm.o sleep.o