From e9004cefe91f5c0593eaddac22e4e609a0c49cc9 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 28 Jul 2016 21:27:47 +0000 Subject: [PATCH] cxgbe's firmware module fails to build on mips64 as well as mips32 so disable for all mips. Sponsored by: DARPA, AFRL --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 71bc99cf4cf..ac94b36a9f2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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