projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PNP: support optional IRQ resources
[linux-2.6]
/
drivers
/
spi
/
Makefile
diff --git
a/drivers/spi/Makefile
b/drivers/spi/Makefile
index
41fbac4
..
7fca043
100644
(file)
--- a/
drivers/spi/Makefile
+++ b/
drivers/spi/Makefile
@@
-27,6
+27,7
@@
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)