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