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/i2c/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 SUBDIR = \
    4         ads111x \
    5         controllers \
    6         cyapa \
    7         ds1307 \
    8         ds13rtc \
    9         ds1672 \
   10         ds3231 \
   11         htu21 \
   12         icee \
   13         if_ic \
   14         iic \
   15         iicbb \
   16         iicbus \
   17         iicsmb \
   18         isl \
   19         isl12xx \
   20         jedec_dimm \
   21         max44009 \
   22         mux \
   23         nxprtc \
   24         pcf8574 \
   25         pcf8591 \
   26         rtc8583 \
   27         s35390a \
   28         smb \
   29         smbus \
   30 
   31 .if !empty(OPT_FDT)
   32 SUBDIR += rx8803 \
   33           tca64xx \
   34           tmp461
   35 .endif
   36 
   37 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
   38     ${MACHINE_CPUARCH} == "i386"
   39 SUBDIR += iichid
   40 .endif
   41 
   42 .include <bsd.subdir.mk>

Cache object: 0bd1a2e30e1807e6ee3746bc067c038b


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