]> git.karo-electronics.de Git - mv-sheeva.git/blob - net/9p/Makefile
Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump...
[mv-sheeva.git] / net / 9p / Makefile
1 obj-$(CONFIG_NET_9P) := 9pnet.o
2 obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
3
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 \
12
13 9pnet_virtio-objs := \
14         trans_virtio.o \