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