diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-11-07 00:58:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:53:28 -0800 |
commit | d5cb9783536a41df9f9cba5b0a1d78047ed787f7 (patch) | |
tree | ca7d7c6ee3e786a4b81adde701454209acd457c5 /arch/sh/drivers/superhyway/Makefile | |
parent | 055a2512144cd7e60dcaae7a13e460df43b98787 (diff) |
[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/Makefile | 6 |
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 00000000000..5b8e0c7ca3a --- /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 + |