projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
SAA9730: Handle multicast frames.
[linux-2.6]
/
net
/
9p
/
Makefile
1
obj-$(CONFIG_NET_9P) := 9pnet.o
2
3
9pnet-objs := \
4
mod.o \
5
trans_fd.o \
6
mux.o \
7
client.o \
8
conv.o \
9
error.o \
10
fcprint.o \
11
util.o \
12
13
9pnet-$(CONFIG_SYSCTL) += sysctl.o