svn commit: r282293 - head/sys/conf

Eric Joyner erj at FreeBSD.org
Fri May 1 03:33:32 UTC 2015


Author: erj
Date: Fri May  1 03:33:31 2015
New Revision: 282293
URL: https://svnweb.freebsd.org/changeset/base/282293

Log:
  Fix build by adding ixgbe_x550.c to sys/conf/files for ixgbe.
  
  Submitted by:	neel
  Approved by:	jfv (mentor)

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri May  1 00:31:40 2015	(r282292)
+++ head/sys/conf/files	Fri May  1 03:33:31 2015	(r282293)
@@ -1779,6 +1779,8 @@ dev/ixgbe/ixgbe_82599.c		optional ix ixv
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
 dev/ixgbe/ixgbe_x540.c		optional ix ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_x550.c		optional ix ixv inet \
+	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
 dev/ixgbe/ixgbe_dcb.c		optional ix ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
 dev/ixgbe/ixgbe_dcb_82598.c	optional ix ixv inet \


More information about the svn-src-head mailing list