]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/9p/Makefile
Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / net / 9p / Makefile
CommitLineData
e46662be 1obj-$(CONFIG_NET_9P) := 9pnet.o
a80d923e 2obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o
b530cc79 3obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
bd238fb4 4
e46662be 59pnet-objs := \
bd238fb4 6 mod.o \
bd238fb4
LI
7 mux.o \
8 client.o \
9 conv.o \
10 error.o \
11 fcprint.o \
12 util.o \
13
a80d923e
EVH
149pnet_fd-objs := \
15 trans_fd.o \
b530cc79
EVH
16
179pnet_virtio-objs := \
18 trans_virtio.o \