Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 01:52:05 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 22584860f2c6 - stable/14 - mlx5_core: add new files to the static files list
Message-ID:  <202311220152.3AM1q56w081099@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=22584860f2c693b97e7c1e4d2fb1f9d05f41bdfb

commit 22584860f2c693b97e7c1e4d2fb1f9d05f41bdfb
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-13 00:09:57 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-22 01:40:29 +0000

    mlx5_core: add new files to the static files list
    
    (cherry picked from commit 6eda49b7bfd3a5e013bef54262dddf9a54a3be07)
---
 sys/conf/files | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/conf/files b/sys/conf/files
index 62eb54a0b765..f737f6ca6352 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4903,8 +4903,12 @@ dev/mlx5/mlx5_core/mlx5_eq.c			optional mlx5 pci	\
 	compile-with "${OFED_C}"
 dev/mlx5/mlx5_core/mlx5_eswitch.c		optional mlx5 pci	\
 	compile-with "${OFED_C}"
+dev/mlx5/mlx5_core/mlx5_fc_cmd.c		optional mlx5 pci	\
+	compile-with "${OFED_C}"
 dev/mlx5/mlx5_core/mlx5_fs_cmd.c		optional mlx5 pci	\
 	compile-with "${OFED_C}"
+dev/mlx5/mlx5_core/mlx5_fs_counters.c		optional mlx5 pci	\
+	compile-with "${OFED_C}"
 dev/mlx5/mlx5_core/mlx5_fs_tcp.c		optional mlx5 pci	\
 	compile-with "${OFED_C}"
 dev/mlx5/mlx5_core/mlx5_fs_tree.c		optional mlx5 pci	\



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