summaryrefslogtreecommitdiff
path: root/hw/rdma/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rdma/Makefile.objs')
-rw-r--r--hw/rdma/Makefile.objs5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs
new file mode 100644
index 0000000000..3504c39d21
--- /dev/null
+++ b/hw/rdma/Makefile.objs
@@ -0,0 +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 vmw/pvrdma_main.o
+endif