summaryrefslogtreecommitdiff
path: root/emulators/qemu2/files/patch-hw_rdma_Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu2/files/patch-hw_rdma_Makefile.objs')
-rw-r--r--emulators/qemu2/files/patch-hw_rdma_Makefile.objs8
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/qemu2/files/patch-hw_rdma_Makefile.objs b/emulators/qemu2/files/patch-hw_rdma_Makefile.objs
new file mode 100644
index 000000000000..ea5b210438c4
--- /dev/null
+++ b/emulators/qemu2/files/patch-hw_rdma_Makefile.objs
@@ -0,0 +1,8 @@
+--- hw/rdma/Makefile.objs.orig 2018-08-02 21:48:53 UTC
++++ hw/rdma/Makefile.objs
+@@ -1,4 +1,4 @@
+-ifeq ($(CONFIG_RDMA),y)
++ifeq ($(CONFIG_PVRDMA),y)
+ obj-$(CONFIG_PCI) += rdma_utils.o rdma_backend.o rdma_rm.o
+ obj-$(CONFIG_PCI) += vmw/pvrdma_dev_ring.o vmw/pvrdma_cmd.o \
+ vmw/pvrdma_qp_ops.o vmw/pvrdma_main.o