freebsd-dev/sys/modules/cc/cc_newreno/Makefile
Warner Losh a66a3994aa 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
2022-04-05 13:52:55 -06:00

8 lines
120 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/netinet/cc
KMOD= cc_newreno
SRCS= cc_newreno.c opt_kern_tls.h
.include <bsd.kmod.mk>