]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/Makefile
zfs: merge openzfs/zfs@4647353c8
[FreeBSD/FreeBSD.git] / sys / modules / i2c / Makefile
1
2 SUBDIR = \
3         ads111x \
4         controllers \
5         cyapa \
6         ds1307 \
7         ds13rtc \
8         ds1672 \
9         ds3231 \
10         htu21 \
11         icee \
12         if_ic \
13         iic \
14         iicbb \
15         iicbus \
16         iicsmb \
17         isl \
18         isl12xx \
19         jedec_dimm \
20         max44009 \
21         mux \
22         nxprtc \
23         pcf8574 \
24         pcf8591 \
25         rtc8583 \
26         s35390a \
27         smb \
28         smbus \
29
30 .if !empty(OPT_FDT)
31 SUBDIR += rx8803 \
32           tca64xx \
33           tmp461
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>