]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/tcp/rack/Makefile
The am335x_ehrpwm driver now requires the pwmbus_if interface, add it.
[FreeBSD/FreeBSD.git] / sys / modules / tcp / rack / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .PATH: ${.CURDIR}/../../../netinet/tcp_stacks
6
7 STACKNAME=      rack
8 KMOD=   tcp_${STACKNAME}
9 SRCS=   rack.c sack_filter.c rack_bbr_common.c
10
11 SRCS+=  opt_inet.h opt_inet6.h opt_ipsec.h
12 SRCS+=  opt_tcpdebug.h
13 SRCS+=  opt_kern_tls.h
14
15 #
16 # Enable full debugging
17 #
18 #CFLAGS += -g
19
20 CFLAGS+=        -DMODNAME=${KMOD}
21 CFLAGS+=        -DSTACKNAME=${STACKNAME}
22
23 .include <bsd.kmod.mk>