]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/spi/Makefile
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6
[linux-2.6-omap-h63xx.git] / drivers / spi / Makefile
index afd2321753b3c2aba3077947d2d478a76f62e24d..1bca5f95de251d00c4775a8e3898da2751b29102 100644 (file)
@@ -11,6 +11,9 @@ endif
 obj-$(CONFIG_SPI_MASTER)               += spi.o
 
 # SPI master controller drivers (bus)
+obj-$(CONFIG_SPI_BITBANG)              += spi_bitbang.o
+obj-$(CONFIG_SPI_BUTTERFLY)            += spi_butterfly.o
+obj-$(CONFIG_SPI_PXA2XX)               += pxa2xx_spi.o
 #      ... add above this line ...
 
 # SPI protocol drivers (device/link on bus)