xref: /linux-6.12.1/net/sctp/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for SCTP support code.
4#
5
6obj-$(CONFIG_IP_SCTP) += sctp.o
7obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o
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 \
12	  inqueue.o outqueue.o ulpqueue.o \
13	  tsnmap.o bind_addr.o socket.o primitive.o \
14	  output.o input.o debug.o stream.o auth.o \
15	  offload.o stream_sched.o stream_sched_prio.o \
16	  stream_sched_rr.o stream_sched_fc.o \
17	  stream_interleave.o
18
19sctp_diag-y := diag.o
20
21sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
22sctp-$(CONFIG_PROC_FS) += proc.o
23sctp-$(CONFIG_SYSCTL) += sysctl.o
24
25sctp-$(subst m,y,$(CONFIG_IPV6))	+= ipv6.o
26

served by {OpenGrok

Last Index Update: Fri Jun 20 08:07:08 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • sctp-y
  • sctp_diag-y