projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream
[linux-2.6]
/
net
/
9p
/
Makefile
1
obj-$(CONFIG_NET_9P) := 9pnet.o
2
obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o
3
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
4
5
9pnet-objs := \
6
mod.o \
7
mux.o \
8
client.o \
9
conv.o \
10
error.o \
11
fcprint.o \
12
util.o \
13
14
9pnet_fd-objs := \
15
trans_fd.o \
16
17
9pnet_virtio-objs := \
18
trans_virtio.o \