blob: 8c434af3e68f481f0eccd4bf8545318021c4582d [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for SCTP support code.
4#
5
6obj-$(CONFIG_IP_SCTP) += sctp.o
7obj-$(CONFIG_NET_SCTPPROBE) += sctp_probe.o
8obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o
9
10sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
11 protocol.o endpointola.o associola.o \
12 transport.o chunk.o sm_make_chunk.o ulpevent.o \
13 inqueue.o outqueue.o ulpqueue.o \
14 tsnmap.o bind_addr.o socket.o primitive.o \
15 output.o input.o debug.o stream.o auth.o \
16 offload.o
17
18sctp_probe-y := probe.o
19
20sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
21sctp-$(CONFIG_PROC_FS) += proc.o
22sctp-$(CONFIG_SYSCTL) += sysctl.o
23
24sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o