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