git: 6eda49b7bfd3 - main - mlx5_core: add new files to the static files list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Nov 2023 23:09:19 UTC
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 \