cc: Add opt_kern_tls.h to all congestion modules
All congestion controll modules need opt_kern_tls.h, make sure it's listed everywhere. Sponsored by: Netflix
This commit is contained in:
parent
b111430e54
commit
a66a3994aa
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_cubic
|
||||
SRCS= cc_cubic.c
|
||||
SRCS= cc_cubic.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/cc
|
||||
KMOD= cc_newreno
|
||||
SRCS= cc_newreno.c
|
||||
SRCS= cc_newreno.c opt_kern_tls.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user