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