xref: /freebsd-14.2/sys/modules/i2c/mux/Makefile (revision 031beb4e)
1
2SUBDIR = \
3	iicmux \
4	ltc430x \
5	pca954x \
6
7.if !empty(OPT_FDT)
8SUBDIR+= iic_gpiomux
9.endif
10
11.include <bsd.subdir.mk>
12