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/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 # $FreeBSD$
    2 
    3 # XXX present but broken: ip_mroute_mod pcic
    4 
    5 SUBDIR= accf_data \
    6         accf_http \
    7         agp \
    8         aha \
    9         amr \
   10         an \
   11         aue \
   12         axe \
   13         bce \
   14         bfe \
   15         bge \
   16         bridge \
   17         cam \
   18         ccd \
   19         cd9660 \
   20         coda \
   21         crypto \
   22         cryptodev \
   23         cue \
   24         dc \
   25         dcons \
   26         dcons_crom \
   27         dummynet \
   28         ed \
   29         em \
   30         ext2fs \
   31         fdesc \
   32         firewire \
   33         fxp \
   34         gx \
   35         ida \
   36         if_disc \
   37         if_ef \
   38         if_faith \
   39         if_gif \
   40         if_gre \
   41         if_ppp \
   42         if_sl \
   43         if_stf \
   44         if_tap \
   45         if_tun \
   46         if_vlan \
   47         iir \
   48         ip6fw \
   49         ipfw \
   50         ips \
   51         ispfw \
   52         joy \
   53         kue \
   54         lge \
   55         libiconv \
   56         libmchain \
   57         linux \
   58         md \
   59         mfs \
   60         mii \
   61         mlx \
   62         msdos \
   63         my \
   64         ncp \
   65         pcn \
   66         netgraph \
   67         nfs \
   68         nge \
   69         nmdm \
   70         ntfs \
   71         nullfs \
   72         nwfs \
   73         portal \
   74         procfs \
   75         rl \
   76         rp \
   77         rue \
   78         sbsh \
   79         sf \
   80         sis \
   81         sk \
   82         snp \
   83         sound \
   84         ste \
   85         syscons \
   86         ti \
   87         tl \
   88         trm \
   89         twe \
   90         txp \
   91         ubsa \
   92         ucom \
   93         ufm \
   94         uftdi \
   95         ugen \
   96         uhid \
   97         ukbd \
   98         ulpt \
   99         umapfs \
  100         umass \
  101         umct \
  102         umodem \
  103         ums \
  104         union \
  105         uplcom \
  106         usb \
  107         uscanner \
  108         uvisor \
  109         uvscom \
  110         vinum \
  111         vn \
  112         vpo \
  113         vr \
  114         wb \
  115         wx \
  116         xl
  117 
  118 .if !defined(NO_IPFILTER)
  119 SUBDIR+=ipfilter
  120 .endif
  121 
  122 # XXX some of these can move to the general case when de-i386'ed
  123 .if ${MACHINE_ARCH} == "i386"
  124 SUBDIR+=ar \
  125         bktr \
  126         coff \
  127         fpu \
  128         gnufpu \
  129         hifn \
  130         ibcs2 \
  131         linprocfs \
  132         mfi \
  133         ncv \
  134         nsp \
  135         ray \
  136         safe \
  137         sbni \
  138         scsi_low \
  139         smbfs \
  140         splash \
  141         sppp \
  142         sr \
  143         stg \
  144         streams \
  145         svr4 \
  146         ubsec \
  147         wi \
  148         xe
  149 
  150 .if ${MACHINE} == "i386"
  151 SUBDIR+=aac \
  152         arcmsr \
  153         arl \
  154         asr \
  155         ciss \
  156         mly \
  157         pst \
  158         twa \
  159         vesa
  160 
  161 .elif ${MACHINE} == "pc98"
  162 SUBDIR+=canbepm \
  163         canbus \
  164         pmc \
  165         snc
  166 .endif
  167 .endif
  168 
  169 .if ${MACHINE_ARCH} == "alpha"
  170 SUBDIR+=osf1
  171 .endif
  172 
  173 .if defined(MODULES_OVERRIDE)
  174 SUBDIR=${MODULES_OVERRIDE}
  175 .endif
  176 
  177 .include <bsd.subdir.mk>

Cache object: 46c9a243c2b059baf736d26907b9198a


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