git: b10ff555b2c5 - stable/13 - sctp: include sctp_module.c in kernel builds

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Thu, 11 Jan 2024 12:16:32 UTC
The branch stable/13 has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=b10ff555b2c5179af64eaaea3da1cef285dbb2c5

commit b10ff555b2c5179af64eaaea3da1cef285dbb2c5
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2023-07-23 12:31:17 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2024-01-11 11:48:42 +0000

    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)
---
 sys/conf/files | 1 +
 1 file changed, 1 insertion(+)

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