]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/9p/Makefile
Merge branches 'release', 'acpi_pm_device_sleep_state' and 'battery' into release
[linux-2.6-omap-h63xx.git] / net / 9p / Makefile
index 5059bc06f8f3600ecdd620f7c01d412a2e9c3061..8a105110189830f5b527047ac4e299462f038710 100644 (file)
@@ -1,9 +1,9 @@
 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 \
-       mux.o \
        client.o \
        conv.o \
        error.o \
@@ -12,3 +12,6 @@ obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o
 
 9pnet_fd-objs := \
        trans_fd.o \
+
+9pnet_virtio-objs := \
+       trans_virtio.o \