svn commit: r359539 - stable/12/sys/conf

Konstantin Belousov kib at FreeBSD.org
Wed Apr 1 22:23:44 UTC 2020


Author: kib
Date: Wed Apr  1 22:23:34 2020
New Revision: 359539
URL: https://svnweb.freebsd.org/changeset/base/359539

Log:
  MFC r359111:
  Add file for static compilation of mlx5.

Modified:
  stable/12/sys/conf/files
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/conf/files
==============================================================================
--- stable/12/sys/conf/files	Wed Apr  1 19:46:31 2020	(r359538)
+++ stable/12/sys/conf/files	Wed Apr  1 22:23:34 2020	(r359539)
@@ -4800,6 +4800,8 @@ dev/mlx5/mlx5_core/mlx5_diagnostics.c		optional mlx5 p
 	compile-with "${OFED_C}"
 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_fs_cmd.c		optional mlx5 pci	\
 	compile-with "${OFED_C}"
 dev/mlx5/mlx5_core/mlx5_fs_tree.c		optional mlx5 pci	\


More information about the svn-src-all mailing list