svn commit: r341590 - head/sys/conf

Hans Petter Selasky hselasky at FreeBSD.org
Wed Dec 5 15:42:32 UTC 2018


Author: hselasky
Date: Wed Dec  5 15:42:31 2018
New Revision: 341590
URL: https://svnweb.freebsd.org/changeset/base/341590

Log:
  Fix LINT build after r341572.
  
  MFC after:		1 week
  Sponsored by:		Mellanox Technologies

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Dec  5 15:38:52 2018	(r341589)
+++ head/sys/conf/files	Wed Dec  5 15:42:31 2018	(r341590)
@@ -4772,6 +4772,8 @@ dev/mlx5/mlx5_core/mlx5_vsc.c			optional mlx5 pci	\
 	compile-with "${OFED_C}"
 dev/mlx5/mlx5_core/mlx5_wq.c			optional mlx5 pci	\
 	compile-with "${OFED_C}"
+dev/mlx5/mlx5_lib/mlx5_gid.c			optional mlx5 pci	\
+	compile-with "${OFED_C}"
 
 dev/mlx5/mlx5_en/mlx5_en_ethtool.c		optional mlx5en pci inet inet6	\
 	compile-with "${OFED_C}"


More information about the svn-src-head mailing list