]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/Makefile
contrib/lua: update to 5.4.2
[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         icee \
12         if_ic \
13         iic \
14         iicbb \
15         iicbus \
16         iicsmb \
17         isl \
18         isl12xx \
19         jedec_dimm \
20         mux \
21         nxprtc \
22         rtc8583 \
23         s35390a \
24         smb \
25         smbus \
26
27 .if !empty(OPT_FDT)
28 SUBDIR += tca6416 \
29           rx8803
30 .endif
31
32 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
33     ${MACHINE_CPUARCH} == "i386"
34 SUBDIR += iichid
35 .endif
36
37 .include <bsd.subdir.mk>