X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fspi%2FMakefile;h=c4cbe7e5e2b8a7453817ea4b489728b6b32f3dd6;hb=5013a8fe9733d7906daf046cd164bb2028a63fea;hp=33f9c09561e799051fb257f53f6161961cb734e7;hpb=e30f4192456971623b40c97a027346b69457ef69;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 33f9c09561e7..c4cbe7e5e2b8 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -74,3 +74,7 @@ obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi-topcliff-pch.o obj-$(CONFIG_SPI_TXX9) += spi-txx9.o obj-$(CONFIG_SPI_XCOMM) += spi-xcomm.o obj-$(CONFIG_SPI_XILINX) += spi-xilinx.o +obj-$(CONFIG_SPI_ROCKCHIP_CORE) += spi-rockchip-core.o +obj-$(CONFIG_SPI_ROCKCHIP_DMA) += spi-rockchip-dma.o +obj-$(CONFIG_SPI_ROCKCHIP) += spi-rockchip.o +obj-$(CONFIG_SPI_ROCKCHIP_TEST) += spi-rockchip-test.o \ No newline at end of file