1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

rack/bbr: fix standalone kernel module build

This commit is contained in:
Gleb Smirnoff 2022-07-08 22:04:44 -07:00
parent aeb6948d43
commit 8f9972075c
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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