X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fspi%2FMakefile;h=7fca043ce723a77698d1946e1f88947c9a1d5008;hb=7059d4b08eba2ad046395a04b02e34ca27304d8f;hp=be69667e0871146e7989d34c68c8293f91451aa6;hpb=ccdc7bf925731ef37f0af95262d675b74544932f;p=linux-2.6 diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index be69667e08..7fca043ce7 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -25,7 +25,9 @@ obj-$(CONFIG_SPI_MPC52xx_PSC) += mpc52xx_psc_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 +obj-$(CONFIG_SPI_TXX9) += spi_txx9.o obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o +obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o # ... add above this line ... # SPI protocol drivers (device/link on bus)