diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/spi/Makefile')
-rw-r--r-- | ANDROID_3.4.5/drivers/spi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/spi/Makefile b/ANDROID_3.4.5/drivers/spi/Makefile index 9d75d219..0d3ad65d 100644 --- a/ANDROID_3.4.5/drivers/spi/Makefile +++ b/ANDROID_3.4.5/drivers/spi/Makefile @@ -63,3 +63,7 @@ obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi-topcliff-pch.o obj-$(CONFIG_SPI_TXX9) += spi-txx9.o obj-$(CONFIG_SPI_XILINX) += spi-xilinx.o +#WMT proprietary SPI driver +obj-$(CONFIG_WMT_NEWSPI_SUPPORT) += wmt_spi.o +obj-$(CONFIG_WMT_NEWSPI1_SUPPORT) += wmt_spi_1.o +obj-$(CONFIG_WMT_SPISLAVE1_SUPPORT) += wmt_spislave.o |