aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rdma/Makefile.objs')
-rw-r--r--hw/rdma/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs
index 6a59bf0d5b..44a85f687d 100644
--- a/hw/rdma/Makefile.objs
+++ b/hw/rdma/Makefile.objs
@@ -1,3 +1,5 @@
ifeq ($(CONFIG_RDMA),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
endif