Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.28-rc5 17 lines 287 B view raw
1obj-$(CONFIG_NET_9P) := 9pnet.o 2obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o 3obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o 4 59pnet-objs := \ 6 mod.o \ 7 client.o \ 8 error.o \ 9 util.o \ 10 protocol.o \ 11 trans_fd.o \ 12 139pnet_virtio-objs := \ 14 trans_virtio.o \ 15 169pnet_rdma-objs := \ 17 trans_rdma.o \