]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/sctp/Makefile
rxrpc: Fix call timer start racing with call destruction
[mirror_ubuntu-jammy-kernel.git] / net / sctp / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for SCTP support code.
4#
5
6obj-$(CONFIG_IP_SCTP) += sctp.o
8f840e47 7obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o
1da177e4
LT
8
9sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
10 protocol.o endpointola.o associola.o \
11 transport.o chunk.o sm_make_chunk.o ulpevent.o \
be1f4f48 12 inqueue.o outqueue.o ulpqueue.o \
1da177e4 13 tsnmap.o bind_addr.o socket.o primitive.o \
a8386317 14 output.o input.o debug.o stream.o auth.o \
ac1ed8b8 15 offload.o stream_sched.o stream_sched_prio.o \
0c3f6f65 16 stream_sched_rr.o stream_interleave.o
1da177e4 17
ff22b5bf
XL
18sctp_diag-y := diag.o
19
1da177e4 20sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
c4e85f82 21sctp-$(CONFIG_PROC_FS) += proc.o
1da177e4
LT
22sctp-$(CONFIG_SYSCTL) += sysctl.o
23
24sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o