From 694f18d3533c3ca1ba36a3154c74e44662ded809 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 12 Jun 2023 13:41:59 -0400 Subject: [PATCH] qat: Stop building on i386 The driver isn't tested on i386, so don't spend effort compiling it. --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 67b95a8db6f..4a378ac578c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -723,8 +723,6 @@ _nctgpio= nctgpio _ntb= ntb _ocs_fc= ocs_fc _p2sb= p2sb -_qat= qat -_qatfw= qatfw _qat_c2xxx= qat_c2xxx _qat_c2xxxfw= qat_c2xxxfw _safe= safe @@ -812,6 +810,8 @@ _ioat= ioat _ixl= ixl _nvdimm= nvdimm _pms= pms +_qat= qat +_qatfw= qatfw _qlxge= qlxge _qlxgb= qlxgb _sume= sume