xref: /freebsd/sys/modules/tcp/bbr/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
135c7bb34SRandall Stewart#
235c7bb34SRandall Stewart#
335c7bb34SRandall Stewart
435c7bb34SRandall Stewart.PATH: ${.CURDIR}/../../../netinet/tcp_stacks
535c7bb34SRandall Stewart
635c7bb34SRandall StewartSTACKNAME=	bbr
735c7bb34SRandall StewartKMOD=	tcp_${STACKNAME}
835c7bb34SRandall StewartSRCS=	bbr.c sack_filter.c rack_bbr_common.c
935c7bb34SRandall Stewart
1035c7bb34SRandall StewartSRCS+=	opt_inet.h opt_inet6.h opt_ipsec.h
1135c7bb34SRandall StewartSRCS+=	opt_kern_tls.h
12*8f997207SGleb SmirnoffSRCS+=	opt_ratelimit.h
1335c7bb34SRandall Stewart
1435c7bb34SRandall Stewart#
1535c7bb34SRandall Stewart# Enable full debugging
1635c7bb34SRandall Stewart#
1735c7bb34SRandall Stewart#CFLAGS += -g
1835c7bb34SRandall Stewart
1935c7bb34SRandall StewartCFLAGS+=	-DMODNAME=${KMOD}
2035c7bb34SRandall StewartCFLAGS+=	-DSTACKNAME=${STACKNAME}
2135c7bb34SRandall Stewart
2235c7bb34SRandall Stewart.include <bsd.kmod.mk>
23