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 afd2321753b3..5da6a4df4012 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -11,6 +11,7 @@ endif | |||
11 | obj-$(CONFIG_SPI_MASTER) += spi.o | 11 | obj-$(CONFIG_SPI_MASTER) += spi.o |
12 | 12 | ||
13 | # SPI master controller drivers (bus) | 13 | # SPI master controller drivers (bus) |
14 | obj-$(CONFIG_SPI_BITBANG) += spi_bitbang.o | ||
14 | # ... add above this line ... | 15 | # ... add above this line ... |
15 | 16 | ||
16 | # SPI protocol drivers (device/link on bus) | 17 | # SPI protocol drivers (device/link on bus) |