xref: /freebsd/sys/modules/i2c/Makefile (revision cd3cc6e910c0f739925c57e42fae6781d693db02)
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	  w83793g
37.endif
38
39.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
40    ${MACHINE_CPUARCH} == "i386"
41SUBDIR += iichid
42.endif
43
44.include <bsd.subdir.mk>
45