cxgbe's firmware module fails to build on mips64 as well as mips32 so

disable for all mips.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2016-07-28 21:27:47 +00:00
parent 57fe078650
commit e9004cefe9

View file

@ -508,7 +508,7 @@ _txp= txp
.endif
.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_ARCH:C/mips(el)?/mips/} != "mips" && \
${MACHINE_CPUARCH} != "mips" && \
${MACHINE_ARCH} != "powerpc" && ${MACHINE_CPUARCH} != "riscv"
_cxgbe= cxgbe
.endif