1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for SCTP support code. 2 # Makefile for SCTP support code. 4 # 3 # 5 4 >> 5 O_TARGET := sctp.o >> 6 6 obj-$(CONFIG_IP_SCTP) += sctp.o 7 obj-$(CONFIG_IP_SCTP) += sctp.o 7 obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o << 8 8 9 sctp-y := sm_statetable.o sm_statefuns.o sm_si !! 9 obj-y := endpointola.o output.o sm_make_chunk.o associola.o \ 10 protocol.o endpointola.o associola.o !! 10 outqueue.o sm_sideeffect.o transport.o bind_addr.o input.o primitive.o \ 11 transport.o chunk.o sm_make_chunk.o !! 11 sm_statefuns.o tsnmap.o command.o inqueue.o proc.o sm_statetable.o \ 12 inqueue.o outqueue.o ulpqueue.o \ !! 12 ulpevent.o protocol.o socket.o ulpqueue.o debug.o ssnmap.o \ 13 tsnmap.o bind_addr.o socket.o primit !! 13 crc32c.o chunk.o 14 output.o input.o debug.o stream.o au !! 14 15 offload.o stream_sched.o stream_sche !! 15 obj-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o 16 stream_sched_rr.o stream_sched_fc.o !! 16 obj-$(CONFIG_SYSCTL) += sysctl.o 17 stream_interleave.o !! 17 18 !! 18 obj-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o 19 sctp_diag-y := diag.o !! 19 20 !! 20 sctp-objs := $(obj-y) 21 sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o << 22 sctp-$(CONFIG_PROC_FS) += proc.o << 23 sctp-$(CONFIG_SYSCTL) += sysctl.o << 24 21 25 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv !! 22 include $(TOPDIR)/Rules.make
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.