projects
/
profile
/
mobile
/
platform
/
kernel
/
linux-3.10-sc7730.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
packet: fix race condition in packet_set_ring
[profile/mobile/platform/kernel/linux-3.10-sc7730.git]
/
net
/
9p
/
Makefile
1
obj-$(CONFIG_NET_9P) := 9pnet.o
2
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
3
obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o
4
5
9pnet-objs := \
6
mod.o \
7
client.o \
8
error.o \
9
util.o \
10
protocol.o \
11
trans_fd.o \
12
trans_common.o \
13
14
9pnet_virtio-objs := \
15
trans_virtio.o \
16
17
9pnet_rdma-objs := \
18
trans_rdma.o \