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