diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2023-06-12 17:41:59 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-06-12 17:44:01 +0000 |
| commit | 694f18d3533c3ca1ba36a3154c74e44662ded809 (patch) | |
| tree | 07805491d00473ebb5ba8001be008f279da6b9c3 /sys/modules | |
| parent | 9c0467929abaab97f45fc07507b6f30c80211239 (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files 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 |
