aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/superhyway/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2005-11-07 00:58:22 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 07:53:28 -0800
commitd5cb9783536a41df9f9cba5b0a1d78047ed787f7 (patch)
treeca7d7c6ee3e786a4b81adde701454209acd457c5 /arch/sh/drivers/superhyway/Makefile
parent[PATCH] superhyway: multiple block support and VCR rework (diff)
downloadlinux-dev-d5cb9783536a41df9f9cba5b0a1d78047ed787f7.tar.xz
linux-dev-d5cb9783536a41df9f9cba5b0a1d78047ed787f7.zip
[PATCH] sh: SuperHyway support for SH4-202
This adds support for the relatively quirky (ie, not in line with any known documentation, and amazed it works at all) SuperHyway implementation on SH4-202. This depends on the earlier SuperHyway patch for multiple block support and VCR refactoring. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sh/drivers/superhyway/Makefile')
-rw-r--r--arch/sh/drivers/superhyway/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/drivers/superhyway/Makefile b/arch/sh/drivers/superhyway/Makefile
new file mode 100644
index 000000000000..5b8e0c7ca3a5
--- /dev/null
+++ b/arch/sh/drivers/superhyway/Makefile
@@ -0,0 +1,6 @@
+#
+# Makefile for the SuperHyway specific kernel interface routines under Linux.
+#
+
+obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o
+