Makefile (422d05da14fe063e5d187d81a328fa7b362d069f) | Makefile (c0525ab1d1ce69ab3d589e95733caedb04e0dcbd) |
---|---|
1# $FreeBSD$ 2 3SUBDIR = \ 4 iicmux \ 5 ltc430x \ | 1# $FreeBSD$ 2 3SUBDIR = \ 4 iicmux \ 5 ltc430x \ |
6 pca954x \ |
|
6 7.if !empty(OPT_FDT) 8SUBDIR+= iic_gpiomux 9.endif 10 11.include <bsd.subdir.mk> | 7 8.if !empty(OPT_FDT) 9SUBDIR+= iic_gpiomux 10.endif 11 12.include <bsd.subdir.mk> |