]> git.proxmox.com Git - mirror_qemu.git/blame - hw/vfio/Makefile.objs
qga: Make qemu-ga compile statically for Windows
[mirror_qemu.git] / hw / vfio / Makefile.objs
CommitLineData
cf7087db 1ifeq ($(CONFIG_LINUX), y)
e2c7d025 2obj-$(CONFIG_SOFTMMU) += common.o
c00d61d8 3obj-$(CONFIG_PCI) += pci.o pci-quirks.o
0ea2730b 4obj-$(CONFIG_SOFTMMU) += platform.o
e197de50
TH
5obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o
6obj-$(CONFIG_VFIO_AMD_XGBE) += amd-xgbe.o
318f67ce 7obj-$(CONFIG_SOFTMMU) += spapr.o
cf7087db 8endif