aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Makefile
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2011-02-14 20:30:32 -0500
committerGrant Likely <grant.likely@secretlab.ca>2011-02-22 16:59:54 -0500
commit5c05dd0750402f174302cf2b8cdf4111be080dcb (patch)
tree2c4da06e9b58d28aec35f85df31f768045e4a8fa /drivers/spi/Makefile
parent0ff56cd85a2c5104a36d84662b9180c219e8604e (diff)
spi: add support for SuperH SPI
The SH7757 has SPI0 module. This patch supports it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> [grant.likely@secretlab.ca: fixed Makefile ordering, added __dev{init,exit} annotations, removed DRIVER_VERSION (this is mainline, the version == the kernel version) and tidied some indentation & style stuff] Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r--drivers/spi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
index e111a0f322a9..8b5a315045a6 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -48,6 +48,7 @@ obj-$(CONFIG_SPI_TEGRA) += spi_tegra.o
48obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi_topcliff_pch.o 48obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi_topcliff_pch.o
49obj-$(CONFIG_SPI_TXX9) += spi_txx9.o 49obj-$(CONFIG_SPI_TXX9) += spi_txx9.o
50obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o 50obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o
51obj-$(CONFIG_SPI_SH) += spi_sh.o
51obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o 52obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o
52obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o 53obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o
53obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o 54obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o