diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 07:00:17 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 07:00:17 -0400 |
commit | e9edb3fec2260b5a64e9ca9e09160b74f1b106e3 (patch) | |
tree | f76071f79bd5fafa833245c0135214d8ad5e8d02 /arch/sh/kernel/cpu/sh4a/Makefile | |
parent | 2feb075a33905c2f6ef6be484c75ba6a35f6d12d (diff) |
sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/Makefile b/arch/sh/kernel/cpu/sh4a/Makefile index 09967dc0065a..1a92361feeb9 100644 --- a/arch/sh/kernel/cpu/sh4a/Makefile +++ b/arch/sh/kernel/cpu/sh4a/Makefile | |||
@@ -35,10 +35,6 @@ pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o | |||
35 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7785) := pinmux-sh7785.o | 35 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7785) := pinmux-sh7785.o |
36 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7786) := pinmux-sh7786.o | 36 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7786) := pinmux-sh7786.o |
37 | 37 | ||
38 | # Power Mangement & Sleep mode | ||
39 | pm-$(CONFIG_ARCH_SHMOBILE) := pm-sh_mobile.o sleep-sh_mobile.o | ||
40 | |||
41 | obj-y += $(clock-y) | 38 | obj-y += $(clock-y) |
42 | obj-$(CONFIG_SMP) += $(smp-y) | 39 | obj-$(CONFIG_SMP) += $(smp-y) |
43 | obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y) | 40 | obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y) |
44 | obj-$(CONFIG_PM) += $(pm-y) | ||