projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'release' and 'hp-cid' into release
[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
client.o \
8
conv.o \
9
error.o \
10
fcprint.o \
11
util.o \
12
13
9pnet_fd-objs := \
14
trans_fd.o \
15
16
9pnet_virtio-objs := \
17
trans_virtio.o \