d5cb978353
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>
9 lines
160 B
Makefile
9 lines
160 B
Makefile
#
|
|
# Makefile for the Linux SuperH-specific device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PCI) += pci/
|
|
obj-$(CONFIG_SH_DMA) += dma/
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
|
|