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/cxgbe/if_cxgbe/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 .include <kmod.opts.mk>
    6 
    7 CXGBE=  ${SRCTOP}/sys/dev/cxgbe
    8 .PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/crypto ${CXGBE}/cudbg
    9 
   10 KMOD=   if_cxgbe
   11 SRCS=   bus_if.h
   12 SRCS+=  device_if.h
   13 SRCS+=  opt_ddb.h
   14 SRCS+=  opt_inet.h
   15 SRCS+=  opt_inet6.h
   16 SRCS+=  opt_kern_tls.h
   17 SRCS+=  opt_ofed.h
   18 SRCS+=  opt_ratelimit.h
   19 SRCS+=  opt_rss.h
   20 SRCS+=  pci_if.h pci_iov_if.h
   21 SRCS+=  t4_clip.c
   22 SRCS+=  t4_filter.c
   23 SRCS+=  t4_hw.c
   24 SRCS+=  t4_if.c t4_if.h
   25 SRCS+=  t4_iov.c
   26 .if ${KERN_OPTS:MKERN_TLS} != ""
   27 SRCS+=  t6_kern_tls.c
   28 .endif
   29 SRCS+=  t4_keyctx.c
   30 SRCS+=  t4_l2t.c
   31 SRCS+=  t4_main.c
   32 SRCS+=  t4_mp_ring.c
   33 SRCS+=  t4_netmap.c
   34 SRCS+=  t4_sched.c
   35 SRCS+=  t4_sge.c
   36 SRCS+=  t4_smt.c
   37 SRCS+=  t4_tracer.c
   38 SRCS+=  cudbg_common.c
   39 SRCS+=  cudbg_flash_utils.c
   40 SRCS+=  cudbg_lib.c
   41 SRCS+=  cudbg_wtp.c
   42 SRCS+=  fastlz_api.c
   43 SRCS+=  fastlz.c
   44 
   45 CFLAGS+= -I${CXGBE}
   46 
   47 EXPORT_SYMS=    YES
   48 
   49 .include <bsd.kmod.mk>

Cache object: 6418a5fc1f54d0710930c55b05fbdce7


[ 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.