]> git.proxmox.com Git - mirror_qemu.git/blob - hw/ssi/Makefile.objs
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170921' into...
[mirror_qemu.git] / hw / ssi / Makefile.objs
1 common-obj-$(CONFIG_PL022) += pl022.o
2 common-obj-$(CONFIG_SSI) += ssi.o
3 common-obj-$(CONFIG_XILINX_SPI) += xilinx_spi.o
4 common-obj-$(CONFIG_XILINX_SPIPS) += xilinx_spips.o
5 common-obj-$(CONFIG_ASPEED_SOC) += aspeed_smc.o
6 common-obj-$(CONFIG_STM32F2XX_SPI) += stm32f2xx_spi.o
7 common-obj-$(CONFIG_MSF2) += mss-spi.o
8
9 obj-$(CONFIG_OMAP) += omap_spi.o
10 obj-$(CONFIG_IMX) += imx_spi.o