xref: /freebsd/sys/modules/i2c/mux/Makefile (revision c0525ab1d1ce69ab3d589e95733caedb04e0dcbd)
1422d05daSIan Lepore# $FreeBSD$
2422d05daSIan Lepore
3422d05daSIan LeporeSUBDIR = \
4422d05daSIan Lepore	iicmux \
5422d05daSIan Lepore	ltc430x \
6*c0525ab1SAndriy Gapon	pca954x \
7422d05daSIan Lepore
8422d05daSIan Lepore.if !empty(OPT_FDT)
9422d05daSIan LeporeSUBDIR+= iic_gpiomux
10422d05daSIan Lepore.endif
11422d05daSIan Lepore
12422d05daSIan Lepore.include <bsd.subdir.mk>
13