]> git.proxmox.com Git - mirror_qemu.git/blame - hw/vfio/Makefile.objs
vfio/pci: Split quirks to a separate file
[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
7a8d15d7 5obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
cf7087db 6endif