]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - net/9p/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh...
[linux-2.6-omap-h63xx.git] / net / 9p / Makefile
1 obj-$(CONFIG_NET_9P) := 9pnet.o
2
3 9pnet-objs := \
4         mod.o \
5         trans_fd.o \
6         mux.o \
7         client.o \
8         conv.o \
9         error.o \
10         fcprint.o \
11         util.o \
12
13 9pnet-$(CONFIG_SYSCTL) += sysctl.o