mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
57fe078650
commit
e9004cefe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue