From b530cc794024be227876a089e66fb17b7b512763 Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Tue, 23 Oct 2007 13:47:31 -0500 Subject: 9p: add virtio transport This adds a transport to 9p for communicating between guests and a host using a virtio based transport. Signed-off-by: Eric Van Hensbergen --- net/9p/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/9p/Makefile') diff --git a/net/9p/Makefile b/net/9p/Makefile index 5059bc06f8f..d3abb246cca 100644 --- a/net/9p/Makefile +++ b/net/9p/Makefile @@ -1,5 +1,6 @@ obj-$(CONFIG_NET_9P) := 9pnet.o obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o +obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o 9pnet-objs := \ mod.o \ @@ -12,3 +13,6 @@ obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o 9pnet_fd-objs := \ trans_fd.o \ + +9pnet_virtio-objs := \ + trans_virtio.o \ -- cgit v1.2.3