]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - net/9p/Makefile
sctp: avoid running the sctp state machine recursively
[mirror_ubuntu-disco-kernel.git] / net / 9p / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
e46662be 2obj-$(CONFIG_NET_9P) := 9pnet.o
7f25483a 3obj-$(CONFIG_NET_9P_XEN) += 9pnet_xen.o
b530cc79 4obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
fc79d4b1 5obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o
bd238fb4 6
e46662be 79pnet-objs := \
bd238fb4 8 mod.o \
bd238fb4 9 client.o \
bd238fb4 10 error.o \
ace51c4d 11 protocol.o \
a80d923e 12 trans_fd.o \
022cae36 13 trans_common.o \
b530cc79
EVH
14
159pnet_virtio-objs := \
16 trans_virtio.o \
fc79d4b1 17
7f25483a
SS
189pnet_xen-objs := \
19 trans_xen.o \
20
fc79d4b1
TT
219pnet_rdma-objs := \
22 trans_rdma.o \