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/Makefile | |
parent | 055a2512144cd7e60dcaae7a13e460df43b98787 (diff) | |
download | linux-3.10-d5cb9783536a41df9f9cba5b0a1d78047ed787f7.tar.gz linux-3.10-d5cb9783536a41df9f9cba5b0a1d78047ed787f7.tar.bz2 linux-3.10-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/Makefile')
-rw-r--r-- | arch/sh/drivers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sh/drivers/Makefile b/arch/sh/drivers/Makefile index bd6726cde39..338c3729d27 100644 --- a/arch/sh/drivers/Makefile +++ b/arch/sh/drivers/Makefile @@ -2,6 +2,7 @@ # Makefile for the Linux SuperH-specific device drivers. # -obj-$(CONFIG_PCI) += pci/ -obj-$(CONFIG_SH_DMA) += dma/ +obj-$(CONFIG_PCI) += pci/ +obj-$(CONFIG_SH_DMA) += dma/ +obj-$(CONFIG_SUPERHYWAY) += superhyway/ |