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:
parent
aeb6948d43
commit
8f9972075c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user