summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/Makefile
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-01-06 09:57:58 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:08 -0500
commitaad9158bda02875cceb2408d7cc2675de2e2829a (patch)
tree6cdea9b6de8d624556739896de270f0039c771ad /drivers/infiniband/sw/rdmavt/Makefile
parent2a055eb7aa2ad168ec7c616a183e385266b6bf76 (diff)
IB/rdmavt: Add SRQ stubs
Adds the stubs for create, modify, query, and destory for shared request queues. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw/rdmavt/Makefile')
-rw-r--r--drivers/infiniband/sw/rdmavt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/Makefile b/drivers/infiniband/sw/rdmavt/Makefile
index 084ee6a2f7a4..204be84b2309 100644
--- a/drivers/infiniband/sw/rdmavt/Makefile
+++ b/drivers/infiniband/sw/rdmavt/Makefile
@@ -7,4 +7,4 @@
#
obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o
-rdmavt-y := vt.o ah.o dma.o mr.o pd.o qp.o
+rdmavt-y := vt.o ah.o dma.o mr.o pd.o qp.o srq.o