diff options
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) |