]> git.proxmox.com Git - mirror_qemu.git/blame - hw/vfio/Makefile.objs
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into staging
[mirror_qemu.git] / hw / vfio / Makefile.objs
CommitLineData
cf7087db 1ifeq ($(CONFIG_LINUX), y)
e2c7d025 2obj-$(CONFIG_SOFTMMU) += common.o
cf7087db 3obj-$(CONFIG_PCI) += pci.o
0ea2730b 4obj-$(CONFIG_SOFTMMU) += platform.o
7a8d15d7 5obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
cf7087db 6endif