git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
KVM: ia64: 'struct fdesc' build fix
[pandora-kernel.git]
/
net
/
9p
/
Makefile
1
obj-$(CONFIG_NET_9P) := 9pnet.o
2
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
3
4
9pnet-objs := \
5
mod.o \
6
client.o \
7
conv.o \
8
error.o \
9
fcprint.o \
10
util.o \
11
trans_fd.o \
12
13
9pnet_virtio-objs := \
14
trans_virtio.o \