]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/Makefile
Merge commit 'ee914ef902ae018bd4f67192832120f9bf05651f' into new_merge
[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         mux \
22         nxprtc \
23         rtc8583 \
24         s35390a \
25         smb \
26         smbus \
27
28 .if !empty(OPT_FDT)
29 SUBDIR += tca6416 \
30           rx8803
31 .endif
32
33 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
34     ${MACHINE_CPUARCH} == "i386"
35 SUBDIR += iichid
36 .endif
37
38 .include <bsd.subdir.mk>