git: 058d1722b09e - main - sctp: include sctp_module.c in kernel builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 21:34:32 UTC
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=058d1722b09eb62d3a86ea4ce4165c2bd61b854e commit 058d1722b09eb62d3a86ea4ce4165c2bd61b854e Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2023-07-23 12:31:17 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2023-07-23 12:34:10 +0000 sctp: include sctp_module.c in kernel builds Allow kldload to detect that SCTP has been build into the kernel. MFC after: 3 days --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 726c4c7c8b2c..2c72d2ede0d3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4346,6 +4346,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