The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/tcp/bbr/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # $FreeBSD$
    3 #
    4 
    5 .PATH: ${.CURDIR}/../../../netinet/tcp_stacks
    6 
    7 STACKNAME=      bbr
    8 KMOD=   tcp_${STACKNAME}
    9 SRCS=   bbr.c sack_filter.c rack_bbr_common.c
   10 
   11 SRCS+=  opt_inet.h opt_inet6.h opt_ipsec.h
   12 SRCS+=  opt_kern_tls.h
   13 SRCS+=  opt_ratelimit.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>

Cache object: 91be67557999027b2567c372ca64d142


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.