Skip to content

Commit 77ccff8

Browse files
fancerbroonie
authored andcommitted
spi: dw: Add core suffix to the DW APB SSI core source file
Generic DMA support is going to be part of the DW APB SSI core object. In order to preserve the kernel loadable module name as spi-dw.ko, let's add the "-core" suffix to the object with generic DW APB SSI code and build it into the target spi-dw.ko driver. Suggested-by: Andy Shevchenko <[email protected]> Signed-off-by: Serge Semin <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Cc: Georgy Vlasov <[email protected]> Cc: Ramil Zaripov <[email protected]> Cc: Alexey Malahov <[email protected]> Cc: Thomas Bogendoerfer <[email protected]> Cc: Feng Tang <[email protected]> Cc: Rob Herring <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 46164fd commit 77ccff8

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

drivers/spi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ obj-$(CONFIG_SPI_COLDFIRE_QSPI) += spi-coldfire-qspi.o
3636
obj-$(CONFIG_SPI_DAVINCI) += spi-davinci.o
3737
obj-$(CONFIG_SPI_DLN2) += spi-dln2.o
3838
obj-$(CONFIG_SPI_DESIGNWARE) += spi-dw.o
39+
spi-dw-y := spi-dw-core.o
3940
obj-$(CONFIG_SPI_DW_MMIO) += spi-dw-mmio.o
4041
obj-$(CONFIG_SPI_DW_PCI) += spi-dw-midpci.o
4142
spi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o
File renamed without changes.

0 commit comments

Comments
 (0)