summaryrefslogtreecommitdiffstats
path: root/qemu/hw/vfio/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/vfio/Makefile.objs')
-rw-r--r--qemu/hw/vfio/Makefile.objs7
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu/hw/vfio/Makefile.objs b/qemu/hw/vfio/Makefile.objs
deleted file mode 100644
index ceddbb8f9..000000000
--- a/qemu/hw/vfio/Makefile.objs
+++ /dev/null
@@ -1,7 +0,0 @@
-ifeq ($(CONFIG_LINUX), y)
-obj-$(CONFIG_SOFTMMU) += common.o
-obj-$(CONFIG_PCI) += pci.o pci-quirks.o
-obj-$(CONFIG_SOFTMMU) += platform.o
-obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
-obj-$(CONFIG_SOFTMMU) += amd-xgbe.o
-endif