Loading arch/sh/kernel/cpu/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading arch/sh/kernel/cpu/sh4a/Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -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) arch/sh/kernel/cpu/shmobile/Makefile 0 → 100644 +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 arch/sh/kernel/cpu/sh4a/pm-sh_mobile.c→arch/sh/kernel/cpu/shmobile/pm.c +0 −0 File moved. View file arch/sh/kernel/cpu/sh4a/sleep-sh_mobile.S→arch/sh/kernel/cpu/shmobile/sleep.S +0 −0 File moved. View file Loading
arch/sh/kernel/cpu/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
arch/sh/kernel/cpu/sh4a/Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -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)
arch/sh/kernel/cpu/shmobile/Makefile 0 → 100644 +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
arch/sh/kernel/cpu/sh4a/sleep-sh_mobile.S→arch/sh/kernel/cpu/shmobile/sleep.S +0 −0 File moved. View file