forked from Minki/linux
f58851e6b0
This implements the configuration and building of the core transport switch implementation of the rpcrdma transport. Stubs are provided for the rpcrdma protocol handling, and the infiniband/iwarp verbs interface. These are provided in following patches. Signed-off-by: Tom Talpey <talpey@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
4 lines
91 B
Makefile
4 lines
91 B
Makefile
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma.o
|
|
|
|
xprtrdma-y := transport.o rpc_rdma.o verbs.o
|