Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / net / 9p / Makefile
CommitLineData
e46662be 1obj-$(CONFIG_NET_9P) := 9pnet.o
b530cc79 2obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
bd238fb4 3
e46662be 49pnet-objs := \
bd238fb4 5 mod.o \
bd238fb4 6 client.o \
bd238fb4 7 error.o \
bd238fb4 8 util.o \
ace51c4d 9 protocol.o \
a80d923e 10 trans_fd.o \
b530cc79
EVH
11
129pnet_virtio-objs := \
13 trans_virtio.o \
This page took 0.177309 seconds and 5 git commands to generate.