projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'topic/sscape-fix' into for-linus
[linux-2.6]
/
net
/
9p
/
Makefile
diff --git
a/net/9p/Makefile
b/net/9p/Makefile
index
1041b7b
..
198a640
100644
(file)
--- a/
net/9p/Makefile
+++ b/
net/9p/Makefile
@@
-1,5
+1,6
@@
obj-$(CONFIG_NET_9P) := 9pnet.o
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
+obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o
9pnet-objs := \
mod.o \
@@
-11,3
+12,6
@@
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
9pnet_virtio-objs := \
trans_virtio.o \
+
+9pnet_rdma-objs := \
+ trans_rdma.o \