Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2023 17:56:37 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 694f18d3533c - main - qat: Stop building on i386
Message-ID:  <202306121756.35CHubwj092915@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306121756.35CHubwj092915>