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 e01104d1ebf8..bf271fe4e536 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o | |||
22 | # ... add above this line ... | 22 | # ... add above this line ... |
23 | 23 | ||
24 | # SPI protocol drivers (device/link on bus) | 24 | # SPI protocol drivers (device/link on bus) |
25 | obj-$(CONFIG_SPI_AT25) += at25.o | ||
25 | # ... add above this line ... | 26 | # ... add above this line ... |
26 | 27 | ||
27 | # SPI slave controller drivers (upstream link) | 28 | # SPI slave controller drivers (upstream link) |