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/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: releng/10.3/sys/modules/cxgbe/Makefile 281263 2015-04-08 04:40:04Z np $
    3 #
    4 
    5 SUBDIR= if_cxgbe
    6 SUBDIR+=        if_cxl
    7 SUBDIR+=        t4_firmware
    8 SUBDIR+=        t5_firmware
    9 SUBDIR+=        ${_tom}
   10 SUBDIR+=        ${_iw_cxgbe}
   11 
   12 .if ${MACHINE_CPUARCH} == "amd64"
   13 _tom=   tom
   14 _iw_cxgbe=      iw_cxgbe
   15 .endif
   16 
   17 .if ${MACHINE_CPUARCH} == "i386"
   18 _tom=   tom
   19 .endif
   20 
   21 
   22 .include <bsd.subdir.mk>

Cache object: 8d4992debf27e77f0250b460555a1362


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