Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2023 23:09:19 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6eda49b7bfd3 - main - mlx5_core: add new files to the static files list
Message-ID:  <202311152309.3AFN9JLs065213@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=6eda49b7bfd3a5e013bef54262dddf9a54a3be07

commit 6eda49b7bfd3a5e013bef54262dddf9a54a3be07
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-13 00:09:57 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-15 23:08:17 +0000

    mlx5_core: add new files to the static files list
    
    Sponsored by:   NVidia networking
    MFC after:      1 week
---
 sys/conf/files | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/conf/files b/sys/conf/files
index 51d052e3c31d..1fecda73bf4e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4912,8 +4912,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?202311152309.3AFN9JLs065213>