git: 694f18d3533c - main - qat: Stop building on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 17:56:37 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=694f18d3533c3ca1ba36a3154c74e44662ded809 commit 694f18d3533c3ca1ba36a3154c74e44662ded809 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-06-12 17:41:59 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-06-12 17:44:01 +0000 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 67b95a8db6f7..4a378ac578c1 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