Add qemu 2.4.0
[kvmfornfv.git] / qemu / hw / vfio / Makefile.objs
diff --git a/qemu/hw/vfio/Makefile.objs b/qemu/hw/vfio/Makefile.objs
new file mode 100644 (file)
index 0000000..d540c9d
--- /dev/null
@@ -0,0 +1,6 @@
+ifeq ($(CONFIG_LINUX), y)
+obj-$(CONFIG_SOFTMMU) += common.o
+obj-$(CONFIG_PCI) += pci.o
+obj-$(CONFIG_SOFTMMU) += platform.o
+obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
+endif