aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/Makefile
diff options
context:
space:
mode:
authorsantosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com>2016-03-01 15:20:46 -0800
committerDavid S. Miller <davem@davemloft.net>2016-03-02 14:13:18 -0500
commitf6df683f32f09f8c0c440bdd3741a1e7dc7927fe (patch)
tree50943051423e033f9319a0f198d6316bfa9f596b /net/rds/Makefile
parentRDS: IB: Remove the RDS_IB_SEND_OP dependency (diff)
downloadlinux-dev-f6df683f32f09f8c0c440bdd3741a1e7dc7927fe.tar.xz
linux-dev-f6df683f32f09f8c0c440bdd3741a1e7dc7927fe.zip
RDS: IB: Re-organise ibmr code
No functional changes. This is in preperation towards adding fastreg memory resgitration support. Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/Makefile')
-rw-r--r--net/rds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/Makefile b/net/rds/Makefile
index 19e54854ba2d..bcf5591b493a 100644
--- a/net/rds/Makefile
+++ b/net/rds/Makefile
@@ -6,7 +6,7 @@ rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
obj-$(CONFIG_RDS_RDMA) += rds_rdma.o
rds_rdma-y := rdma_transport.o \
ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \
- ib_sysctl.o ib_rdma.o
+ ib_sysctl.o ib_rdma.o ib_fmr.o
obj-$(CONFIG_RDS_TCP) += rds_tcp.o