Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 03:33:32 +0000 (UTC)
From:      Eric Joyner <erj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282293 - head/sys/conf
Message-ID:  <201505010333.t413XW4A051497@svn.freebsd.org>

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



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