summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2012-05-24 17:39:54 +0000
committerjfv <jfv@FreeBSD.org>2012-05-24 17:39:54 +0000
commit1759916fa95d3f268c693fce26434f39be74be46 (patch)
tree58b06454757b9804e089116ff68f0bd69eb02ab6
parentfa26d41fa3872963b571cdc0e9268656dbfaca4c (diff)
downloadFreeBSD-src-1759916fa95d3f268c693fce26434f39be74be46.zip
FreeBSD-src-1759916fa95d3f268c693fce26434f39be74be46.tar.gz
Fix to kern/168294 - add flow director support into the
static kernel build of ixgbe. Thanks Sergey for pointing this out.
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 7ea32cb..da90069 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1522,7 +1522,7 @@ dev/ixgb/if_ixgb.c optional ixgb
dev/ixgb/ixgb_ee.c optional ixgb
dev/ixgb/ixgb_hw.c optional ixgb
dev/ixgbe/ixgbe.c optional ixgbe inet \
- compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP -DIXGBE_FDIR"
dev/ixgbe/ixv.c optional ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_phy.c optional ixgbe inet \
OpenPOWER on IntegriCloud