aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Makefile
diff options
context:
space:
mode:
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 89293338f20c..d9bd7f605d6a 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -29,6 +29,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o
29# SPI protocol drivers (device/link on bus) 29# SPI protocol drivers (device/link on bus)
30obj-$(CONFIG_SPI_AT25) += at25.o 30obj-$(CONFIG_SPI_AT25) += at25.o
31obj-$(CONFIG_SPI_SPIDEV) += spidev.o 31obj-$(CONFIG_SPI_SPIDEV) += spidev.o
32obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o
32# ... add above this line ... 33# ... add above this line ...
33 34
34# SPI slave controller drivers (upstream link) 35# SPI slave controller drivers (upstream link)