summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/Makefile
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-01-06 09:58:37 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:09 -0500
commit3dd1faf89b418f036ff664edbf04d4e266e2ceaa (patch)
tree8ee258b2d1db15fb4f3eae7f12a687d0bbd106b4 /drivers/infiniband/sw/rdmavt/Makefile
parent9fa2517116b1841e6a6402fe5d2d51acc31164d2 (diff)
IB/rdmavt: Add process MAD stub
This adds the stub for process mad. More study is needed to determine the final MAD interaction between the driver and rvt. 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 d2af1144857d..fe65410e4484 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 mcast.o mr.o pd.o qp.o srq.o
+rdmavt-y := vt.o ah.o dma.o mad.o mcast.o mr.o pd.o qp.o srq.o