Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
[deliverable/linux.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
This page took 0.043416 seconds and 5 git commands to generate.