Skip to content

Commit

Permalink
rdma: makefile
Browse files Browse the repository at this point in the history
Add the svcrdma module to the xprtrdma makefile.

Signed-off-by: Tom Tucker <[email protected]>
Acked-by: Neil Brown <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
  • Loading branch information
Tom Tucker authored and J. Bruce Fields committed Feb 1, 2008
1 parent ef1eac0 commit 4b8449a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions net/sunrpc/xprtrdma/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma.o

xprtrdma-y := transport.o rpc_rdma.o verbs.o

obj-$(CONFIG_SUNRPC_XPRT_RDMA) += svcrdma.o

svcrdma-y := svc_rdma.o svc_rdma_transport.o \
svc_rdma_marshal.o svc_rdma_sendto.o svc_rdma_recvfrom.o

0 comments on commit 4b8449a

Please sign in to comment.