socsvn commit: r287490 - soc2015/stefano/ptnetmap/head/sys/conf

stefano at FreeBSD.org stefano at FreeBSD.org
Tue Jun 23 17:25:30 UTC 2015


Author: stefano
Date: Tue Jun 23 17:25:29 2015
New Revision: 287490
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287490

Log:
  fix ixgbe compilation
  
  now we can compile "device ix" without "device ixv"
  

Modified:
  soc2015/stefano/ptnetmap/head/sys/conf/files

Modified: soc2015/stefano/ptnetmap/head/sys/conf/files
==============================================================================
--- soc2015/stefano/ptnetmap/head/sys/conf/files	Tue Jun 23 17:21:29 2015	(r287489)
+++ soc2015/stefano/ptnetmap/head/sys/conf/files	Tue Jun 23 17:25:29 2015	(r287490)
@@ -1761,25 +1761,25 @@
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
 dev/ixgbe/if_ixv.c		optional ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
-dev/ixgbe/ix_txrx.c		optional ix ixv inet \
+dev/ixgbe/ix_txrx.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
-dev/ixgbe/ixgbe_phy.c		optional ix ixv inet \
+dev/ixgbe/ixgbe_phy.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_api.c		optional ix ixv inet \
+dev/ixgbe/ixgbe_api.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_common.c	optional ix ixv inet \
+dev/ixgbe/ixgbe_common.c	optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_mbx.c		optional ix ixv inet \
+dev/ixgbe/ixgbe_mbx.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_vf.c		optional ix ixv inet \
+dev/ixgbe/ixgbe_vf.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_82598.c		optional ix ixv inet \
+dev/ixgbe/ixgbe_82598.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_82599.c		optional ix ixv inet \
+dev/ixgbe/ixgbe_82599.c		optional ix | ixv inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_x540.c		optional ix ixv inet \
+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 \
+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"


More information about the svn-soc-all mailing list