xref: /freebsd-14.2/sys/modules/i2c/Makefile (revision e8d7fd89)
1
2SUBDIR = \
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)
31SUBDIR += hym8563 \
32	  rv3032 \
33	  rx8803 \
34	  tca64xx \
35	  tmp461
36.endif
37
38.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
39    ${MACHINE_CPUARCH} == "i386"
40SUBDIR += iichid
41.endif
42
43.include <bsd.subdir.mk>
44