projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
[linux-2.6]
/
net
/
sunrpc
/
xprtrdma
/
Makefile
1
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma.o
2
3
xprtrdma-y := transport.o rpc_rdma.o verbs.o
4
5
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += svcrdma.o
6
7
svcrdma-y := svc_rdma.o svc_rdma_transport.o \
8
svc_rdma_marshal.o svc_rdma_sendto.o svc_rdma_recvfrom.o