xref: /freebsd/sys/modules/i2c/Makefile (revision d22051b18e9b7512c5cf033d7b6eee2df03c985b)
1SUBDIR = \
2	ads111x \
3	controllers \
4	cyapa \
5	ds1307 \
6	ds13rtc \
7	ds1672 \
8	ds3231 \
9	htu21 \
10	icee \
11	if_ic \
12	iic \
13	iicbb \
14	iicbus \
15	iicsmb \
16	isl \
17	isl12xx \
18	jedec_dimm \
19	max44009 \
20	mux \
21	nxprtc \
22	pcf8574 \
23	pcf8591 \
24	rtc8583 \
25	s35390a \
26	smb \
27	smbus \
28
29.if !empty(OPT_FDT)
30SUBDIR += hym8563 \
31	  rs5c372a \
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