summaryrefslogtreecommitdiffstats
path: root/src/hw/vfio/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/vfio/Makefile.objs')
-rw-r--r--src/hw/vfio/Makefile.objs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hw/vfio/Makefile.objs b/src/hw/vfio/Makefile.objs
new file mode 100644
index 0000000..d324863
--- /dev/null
+++ b/src/hw/vfio/Makefile.objs
@@ -0,0 +1,6 @@
+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
+endif
OpenPOWER on IntegriCloud