blob: 6c4f7496cec612b52e1e69664a209b4d58763be5 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for SCTP support code.
3#
4
5obj-$(CONFIG_IP_SCTP) += sctp.o
Wei Yongjun787a51a2010-04-30 22:41:09 -04006obj-$(CONFIG_NET_SCTPPROBE) += sctp_probe.o
Xin Long8f840e42016-04-14 15:35:33 +08007obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
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 \
David Laightbe1f4f42014-07-04 14:35:51 +000012 inqueue.o outqueue.o ulpqueue.o \
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 tsnmap.o bind_addr.o socket.o primitive.o \
Marcelo Ricardo Leitner90017ac2016-06-02 15:05:43 -030014 output.o input.o debug.o ssnmap.o auth.o \
15 offload.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
Wei Yongjun787a51a2010-04-30 22:41:09 -040017sctp_probe-y := probe.o
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
Florian Westphalc4e85f82008-07-18 23:03:44 -070020sctp-$(CONFIG_PROC_FS) += proc.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070021sctp-$(CONFIG_SYSCTL) += sysctl.o
22
23sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o