268ee7deb4
Modelled Microsemi's Smartfusion2 SPI controller. Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20170920201737.25723-4-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11 lines
378 B
Makefile
11 lines
378 B
Makefile
common-obj-$(CONFIG_PL022) += pl022.o
|
|
common-obj-$(CONFIG_SSI) += ssi.o
|
|
common-obj-$(CONFIG_XILINX_SPI) += xilinx_spi.o
|
|
common-obj-$(CONFIG_XILINX_SPIPS) += xilinx_spips.o
|
|
common-obj-$(CONFIG_ASPEED_SOC) += aspeed_smc.o
|
|
common-obj-$(CONFIG_STM32F2XX_SPI) += stm32f2xx_spi.o
|
|
common-obj-$(CONFIG_MSF2) += mss-spi.o
|
|
|
|
obj-$(CONFIG_OMAP) += omap_spi.o
|
|
obj-$(CONFIG_IMX) += imx_spi.o
|