- For now, disable ofed module build unless MK_OFED is set.

This commit is contained in:
Jeff Roberson 2011-03-21 21:35:19 +00:00
parent b635069c09
commit 3b1f0b5d11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219849

View File

@ -185,9 +185,9 @@ SUBDIR= ${_3dfx} \
mfi \
mii \
mlx \
mlx4 \
mlx4ib \
mlxen \
${_mlx4} \
${_mlx4ib} \
${_mlxen} \
${_mly} \
mmc \
mmcsd \
@ -198,7 +198,7 @@ SUBDIR= ${_3dfx} \
msdosfs_iconv \
${_mse} \
msk \
mthca \
${_mthca} \
mvs \
mwl \
mwlfw \
@ -673,6 +673,13 @@ _zfs= zfs
.endif
.endif
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
_mthca= mthca
_mlx4= mlx4
_mlx4ib= mlx4ib
_mlxen= mlxen
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
SUBDIR=${MODULES_OVERRIDE}
.endif
@ -690,5 +697,6 @@ afterinstall:
kldxref ${DESTDIR}${KMODDIR}; \
fi
.endif
#endif
.include <bsd.subdir.mk>