]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/Makefile
contrib/bc: merge version 5.2.1 from vendor branch
[FreeBSD/FreeBSD.git] / sys / modules / i2c / Makefile
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           tca6416
34 .endif
35
36 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
37     ${MACHINE_CPUARCH} == "i386"
38 SUBDIR += iichid
39 .endif
40
41 .include <bsd.subdir.mk>