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/dev/netif/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 SUBDIR= an age alc ale ath bce bfe bge \
    2         dc ed em ep et \
    3         fwe fxp ic iwi iwn jme lge lnc \
    4         mii_layer my msk mxge ndis nfe nge oce pcn \
    5         ral re rl sbsh sf sis sk sln sr ste stge ti tl tx txp \
    6         vge vr vx wb wi wpi xe xl ig_hal emx ae igb ixgbe bnx
    7 
    8 .if ${MACHINE_ARCH} == "i386"
    9 SUBDIR+=ar sbni
   10 .endif
   11 
   12 # XXX need to be updated to the new net80211 stack
   13 # SUBDIR+= acx bwi iwl rtw
   14 # .endif
   15 #
   16 # ...and to the new USB stack
   17 # .if !defined(WANT_USB4BSD)
   18 # SUBDIR+= rum ural
   19 # .endif
   20 
   21 .if !defined(WANT_USB4BSD)
   22 SUBDIR+=aue axe cue kue lgue rue
   23 .endif
   24 
   25 .include <bsd.subdir.mk>

Cache object: 185fdc16357f0f87fa40304d59ab069d


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