summaryrefslogtreecommitdiff
path: root/emulators/qemu2/files/patch-hw_rdma_Makefile.objs
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-04-18 23:06:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-04-18 23:06:43 +0000
commit6faf908c6ef3fb7ee325fd2ffd1cba950e644a62 (patch)
tree1940c0306bfebc2b59c139bc25a3bc55c28f23aa /emulators/qemu2/files/patch-hw_rdma_Makefile.objs
parentUpgrade to 12 to make it fetchable again. (diff)
[NEW] emulators/qemu2: 2.X version of emulators/qemu
- Remove GNS3 OPTION - Update dependency to gtk30 and sdl20 - Limit PORTSCOUT to 2.X verrsion only
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