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:
Warner Losh 2022-04-05 13:42:55 -06:00
parent b111430e54
commit a66a3994aa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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