X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=blobdiff_plain;f=drivers%2Fspi%2FMakefile;fp=drivers%2Fspi%2FMakefile;h=2b8af98787376f6f5edf164dc8a6aae6d47a209b;hp=5d0451936d8625eebd4f70dd59f65ab69c2db333;hb=b934c987ee1764eb09b8843a3ee00eabc24bd52c;hpb=14fc69723d3442ef46f8f82b3f481e82f06a346d diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 5d0451936d8..2b8af987873 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -35,6 +35,9 @@ obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o # SPI protocol drivers (device/link on bus) obj-$(CONFIG_SPI_SPIDEV) += spidev.o obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o +obj-$(CONFIG_SPI_TSC210X) += tsc210x.o +obj-$(CONFIG_SPI_TSC2301) += tsc2301.o +tsc2301-objs := tsc2301-core.o # ... add above this line ... # SPI slave controller drivers (upstream link)