Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.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 error.o \
8 util.o \
9 protocol.o \
10 trans_fd.o \
11
12 9pnet_virtio-objs := \
13 trans_virtio.o \
This page took 0.03071 seconds and 6 git commands to generate.