diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-12-01 09:29:20 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-13 02:58:00 -0500 |
commit | 30eaed053c9bced7a23624e4bab5602e5b85124f (patch) | |
tree | 4d3b923a7281b4d12d251399b775eb0584bdafe9 /drivers/spi/Makefile | |
parent | 8051effcbced8478119167b93b0e9554cb82d28e (diff) |
ARM: NUC900: Add spi driver support for nuc900
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 9c51e2526892..be6e8a50468e 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -37,6 +37,7 @@ obj-$(CONFIG_SPI_XILINX_PLTFM) += xilinx_spi_pltfm.o | |||
37 | obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o | 37 | obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o |
38 | obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o | 38 | obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o |
39 | obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o | 39 | obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o |
40 | obj-$(CONFIG_SPI_NUC900) += spi_nuc900.o | ||
40 | # ... add above this line ... | 41 | # ... add above this line ... |
41 | 42 | ||
42 | # SPI protocol drivers (device/link on bus) | 43 | # SPI protocol drivers (device/link on bus) |