From fece4e7114a3a0d553d8c5b70a6cb460bf2b247f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 27 Oct 2021 19:06:29 +0200 Subject: [PATCH 218/310] sys/modules/Makefile: Don't try to build ice which relies on proprietary firmware Obtained from: ElectroBSD --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 94e73b8f9530..7d4684d6bc00 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -606,8 +606,8 @@ _cxgbe= cxgbe .endif .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm64" || ${MACHINE_ARCH:Mpowerpc64*} -_ice= ice .if ${MK_SOURCELESS_UCODE} != "no" +_ice= ice _ice_ddp= ice_ddp .endif .endif -- 2.37.1