Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 22:23:34 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r359539 - stable/12/sys/conf
Message-ID:  <202004012223.031MNYEV038266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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	\



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