]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/9p/Makefile
9p: add remove function to trans_virtio
[mirror_ubuntu-bionic-kernel.git] / net / 9p / Makefile
1 obj-$(CONFIG_NET_9P) := 9pnet.o
2 obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o
3 obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
4
5 9pnet-objs := \
6 mod.o \
7 mux.o \
8 client.o \
9 conv.o \
10 error.o \
11 fcprint.o \
12 util.o \
13
14 9pnet_fd-objs := \
15 trans_fd.o \
16
17 9pnet_virtio-objs := \
18 trans_virtio.o \