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