aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu/Makefile
diff options
context:
space:
mode:
authorGravatar Paul Mundt <lethal@linux-sh.org> 2009-03-16 20:00:17 +0900
committerGravatar Paul Mundt <lethal@linux-sh.org> 2009-03-16 20:00:17 +0900
commite9edb3fec2260b5a64e9ca9e09160b74f1b106e3 (patch)
treef76071f79bd5fafa833245c0135214d8ad5e8d02 /arch/sh/kernel/cpu/Makefile
parentvideo: sh_mobile_lcdcfb suspend/resume support (diff)
downloadlinux-e9edb3fec2260b5a64e9ca9e09160b74f1b106e3.tar.gz
linux-e9edb3fec2260b5a64e9ca9e09160b74f1b106e3.tar.bz2
linux-e9edb3fec2260b5a64e9ca9e09160b74f1b106e3.zip
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/Makefile')
-rw-r--r--arch/sh/kernel/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile
index f471d242774e..2600641a483f 100644
--- a/arch/sh/kernel/cpu/Makefile
+++ b/arch/sh/kernel/cpu/Makefile
@@ -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.