From 00230ed59aec32fef41bc4c58b0e9f339fd112f1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 27 Oct 2021 19:06:29 +0200 Subject: [PATCH 247/325] 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 1653cbd17437..67acc3369a1e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -576,8 +576,8 @@ _cxgbe= cxgbe .endif .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm64" -_ice= ice .if ${MK_SOURCELESS_UCODE} != "no" +_ice= ice _ice_ddp= ice_ddp .endif .endif -- 2.32.0