HID: move sunplus quirks
[linux-2.6/mini2440.git] / net / 9p / Makefile
blob519219480db1a7080e646d612000f3f351cdcc2a
1 obj-$(CONFIG_NET_9P) := 9pnet.o
2 obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
4 9pnet-objs := \
5 mod.o \
6 client.o \
7 conv.o \
8 error.o \
9 fcprint.o \
10 util.o \
11 trans_fd.o \
13 9pnet_virtio-objs := \
14 trans_virtio.o \