]> 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 85b3a7838acf819b8fc38e7ad429b4978e44aa0b..8a105110189830f5b527047ac4e299462f038710 100644 (file)
@@ -1,13 +1,17 @@
 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 \
-       trans_fd.o \
-       mux.o \
        client.o \
        conv.o \
        error.o \
        fcprint.o \
        util.o \
 
-9pnet-$(CONFIG_SYSCTL) += sysctl.o
+9pnet_fd-objs := \
+       trans_fd.o \
+
+9pnet_virtio-objs := \
+       trans_virtio.o \