summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/Makefile
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-01-06 09:57:21 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:08 -0500
commit2a055eb7aa2ad168ec7c616a183e385266b6bf76 (patch)
treec86ab1dc52f93e3a0cf29d8f01bf6a5cda5dfec8 /drivers/infiniband/sw/rdmavt/Makefile
parent4c1e497286debf733521b24c20f350a69a77b3c8 (diff)
IB/rdmavt: Add memory region stubs
Adds the function stubs for allocating, and registering memory regions, as well as deregistering them. 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 628c68418f1e..084ee6a2f7a4 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 pd.o qp.o
+rdmavt-y := vt.o ah.o dma.o mr.o pd.o qp.o