svn commit: r359549 - stable/11/sys/conf

Konstantin Belousov kib at FreeBSD.org
Wed Apr 1 22:51:45 UTC 2020


Author: kib
Date: Wed Apr  1 22:51:30 2020
New Revision: 359549
URL: https://svnweb.freebsd.org/changeset/base/359549

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

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

Modified: stable/11/sys/conf/files
==============================================================================
--- stable/11/sys/conf/files	Wed Apr  1 22:50:54 2020	(r359548)
+++ stable/11/sys/conf/files	Wed Apr  1 22:51:30 2020	(r359549)
@@ -4568,6 +4568,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