aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2023-07-23 12:31:17 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2024-01-11 11:48:42 +0000
commitb10ff555b2c5179af64eaaea3da1cef285dbb2c5 (patch)
tree8c82e5a838dfa0527fdc470ff2292a9971fef962
parentce581fb02fc158b9edd749eadd80f957599020e3 (diff)
downloadsrc-b10ff555b2c5179af64eaaea3da1cef285dbb2c5.tar.gz
src-b10ff555b2c5179af64eaaea3da1cef285dbb2c5.zip
sctp: include sctp_module.c in kernel builds
Allow kldload to detect that SCTP has been build into the kernel. (cherry picked from commit 058d1722b09eb62d3a86ea4ce4165c2bd61b854e)
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index ac6c3ed6376a..5feae02ddd82 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4434,6 +4434,7 @@ netinet/sctp_crc32.c optional inet | inet6
netinet/sctp_indata.c optional inet sctp | inet6 sctp
netinet/sctp_input.c optional inet sctp | inet6 sctp
netinet/sctp_kdtrace.c optional inet sctp | inet6 sctp
+netinet/sctp_module.c optional inet sctp | inet6 sctp
netinet/sctp_output.c optional inet sctp | inet6 sctp
netinet/sctp_pcb.c optional inet sctp | inet6 sctp
netinet/sctp_peeloff.c optional inet sctp | inet6 sctp