Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for SCTP support code.
0004 #
0005 
0006 obj-$(CONFIG_IP_SCTP) += sctp.o
0007 obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o
0008 
0009 sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
0010           protocol.o endpointola.o associola.o \
0011           transport.o chunk.o sm_make_chunk.o ulpevent.o \
0012           inqueue.o outqueue.o ulpqueue.o \
0013           tsnmap.o bind_addr.o socket.o primitive.o \
0014           output.o input.o debug.o stream.o auth.o \
0015           offload.o stream_sched.o stream_sched_prio.o \
0016           stream_sched_rr.o stream_interleave.o
0017 
0018 sctp_diag-y := diag.o
0019 
0020 sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
0021 sctp-$(CONFIG_PROC_FS) += proc.o
0022 sctp-$(CONFIG_SYSCTL) += sysctl.o
0023 
0024 sctp-$(subst m,y,$(CONFIG_IPV6))        += ipv6.o