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 d9bd7f605d6a..9c95db2b6bbd 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -24,6 +24,7 @@ obj-$(CONFIG_SPI_MPC52xx_PSC) += mpc52xx_psc_spi.o | |||
24 | obj-$(CONFIG_SPI_MPC83xx) += spi_mpc83xx.o | 24 | obj-$(CONFIG_SPI_MPC83xx) += spi_mpc83xx.o |
25 | obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o | 25 | obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o |
26 | obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o | 26 | obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o |
27 | obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o | ||
27 | # ... add above this line ... | 28 | # ... add above this line ... |
28 | 29 | ||
29 | # SPI protocol drivers (device/link on bus) | 30 | # SPI protocol drivers (device/link on bus) |