X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2F9p%2FMakefile;h=519219480db1a7080e646d612000f3f351cdcc2a;hb=f221e726bf4e082a05dcd573379ac859bfba7126;hp=85b3a7838acf819b8fc38e7ad429b4978e44aa0b;hpb=b4b613fd83853f8c688b3de20ab1a42331257975;p=linux-2.6-omap-h63xx.git diff --git a/net/9p/Makefile b/net/9p/Makefile index 85b3a7838ac..519219480db 100644 --- a/net/9p/Makefile +++ b/net/9p/Makefile @@ -1,13 +1,14 @@ obj-$(CONFIG_NET_9P) := 9pnet.o +obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o 9pnet-objs := \ mod.o \ - trans_fd.o \ - mux.o \ client.o \ conv.o \ error.o \ fcprint.o \ util.o \ + trans_fd.o \ -9pnet-$(CONFIG_SYSCTL) += sysctl.o +9pnet_virtio-objs := \ + trans_virtio.o \