]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/9p/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[mirror_ubuntu-bionic-kernel.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 \