diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-04-05 19:42:55 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-04-05 19:52:55 +0000 |
| commit | a66a3994aa50c9290881de9883b2844f45d45450 (patch) | |
| tree | 78dc979be3618d194dbce273e9fbec6d288990f6 /sys/modules/cc | |
| parent | b111430e54537a66080df115c3a2950a2922da5a (diff) | |
Diffstat (limited to 'sys/modules/cc')
| -rw-r--r-- | sys/modules/cc/cc_cubic/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/cc/cc_newreno/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cc/cc_cubic/Makefile b/sys/modules/cc/cc_cubic/Makefile index e56848cb11a8..8b91b4dd3864 100644 --- a/sys/modules/cc/cc_cubic/Makefile +++ b/sys/modules/cc/cc_cubic/Makefile @@ -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> diff --git a/sys/modules/cc/cc_newreno/Makefile b/sys/modules/cc/cc_newreno/Makefile index 8d9b82ad2a9e..39e91237be2b 100644 --- a/sys/modules/cc/cc_newreno/Makefile +++ b/sys/modules/cc/cc_newreno/Makefile @@ -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> |
