]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/spi/Makefile
PM: device_suspend/resume may sleep
[linux-2.6-omap-h63xx.git] / drivers / spi / Makefile
index c2c87e845abf8d71f3742f29fc16b664d2493d09..8f4cb67997b32afcc5207b49fb7ae2dfcb2654eb 100644 (file)
@@ -13,6 +13,10 @@ 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
+obj-$(CONFIG_SPI_MPC83xx)              += spi_mpc83xx.o
+obj-$(CONFIG_SPI_S3C24XX_GPIO)         += spi_s3c24xx_gpio.o
+obj-$(CONFIG_SPI_S3C24XX)              += spi_s3c24xx.o
 #      ... add above this line ...
 
 # SPI protocol drivers (device/link on bus)