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 a95ade857a2f..4cc5e99dd59a 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -25,6 +25,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o | |||
25 | 25 | ||
26 | # SPI protocol drivers (device/link on bus) | 26 | # SPI protocol drivers (device/link on bus) |
27 | obj-$(CONFIG_SPI_AT25) += at25.o | 27 | obj-$(CONFIG_SPI_AT25) += at25.o |
28 | obj-$(CONFIG_SPI_SPIDEV) += spidev.o | ||
28 | # ... add above this line ... | 29 | # ... add above this line ... |
29 | 30 | ||
30 | # SPI slave controller drivers (upstream link) | 31 | # SPI slave controller drivers (upstream link) |