]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/9p/Makefile
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[linux-2.6-omap-h63xx.git] / net / 9p / Makefile
index 8a105110189830f5b527047ac4e299462f038710..198a640d53a64b681e89f4032f8ed133158fa96a 100644 (file)
@@ -1,17 +1,17 @@
 obj-$(CONFIG_NET_9P) := 9pnet.o
-obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o
 obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
+obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o
 
 9pnet-objs := \
        mod.o \
        client.o \
-       conv.o \
        error.o \
-       fcprint.o \
        util.o \
-
-9pnet_fd-objs := \
+       protocol.o \
        trans_fd.o \
 
 9pnet_virtio-objs := \
        trans_virtio.o \
+
+9pnet_rdma-objs := \
+       trans_rdma.o \