git: 8f9972075cb3 - main - rack/bbr: fix standalone kernel module build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Jul 2022 05:04:59 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f9972075cb3864d47a5796eb1abdb0f4d1be8fc
commit 8f9972075cb3864d47a5796eb1abdb0f4d1be8fc
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-07-09 05:04:44 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-07-09 05:04:44 +0000
rack/bbr: fix standalone kernel module build
---
sys/modules/tcp/bbr/Makefile | 3 ++-
sys/modules/tcp/rack/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys/modules/tcp/bbr/Makefile b/sys/modules/tcp/bbr/Makefile
index 8c0c35d3cab8..b94ffd0b518e 100644
--- a/sys/modules/tcp/bbr/Makefile
+++ b/sys/modules/tcp/bbr/Makefile
@@ -9,8 +9,9 @@ KMOD= tcp_${STACKNAME}
SRCS= bbr.c sack_filter.c rack_bbr_common.c
SRCS+= opt_inet.h opt_inet6.h opt_ipsec.h
-SRCS+= opt_tcpdebug.h
SRCS+= opt_kern_tls.h
+SRCS+= opt_ratelimit.h
+SRCS+= opt_tcpdebug.h
#
# Enable full debugging
diff --git a/sys/modules/tcp/rack/Makefile b/sys/modules/tcp/rack/Makefile
index 55ca2ad080ac..ba9dca32babe 100644
--- a/sys/modules/tcp/rack/Makefile
+++ b/sys/modules/tcp/rack/Makefile
@@ -9,8 +9,9 @@ KMOD= tcp_${STACKNAME}
SRCS= rack.c sack_filter.c rack_bbr_common.c
SRCS+= opt_inet.h opt_inet6.h opt_ipsec.h
-SRCS+= opt_tcpdebug.h
SRCS+= opt_kern_tls.h
+SRCS+= opt_ratelimit.h
+SRCS+= opt_tcpdebug.h
#
# Enable full debugging