]> git.proxmox.com Git - mirror_qemu.git/blob - hw/vfio/Makefile.objs
hw/vfio/platform: amd-xgbe device
[mirror_qemu.git] / hw / vfio / Makefile.objs
1 ifeq ($(CONFIG_LINUX), y)
2 obj-$(CONFIG_SOFTMMU) += common.o
3 obj-$(CONFIG_PCI) += pci.o pci-quirks.o
4 obj-$(CONFIG_SOFTMMU) += platform.o
5 obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
6 obj-$(CONFIG_SOFTMMU) += amd-xgbe.o
7 endif