diff options
author | jfv <jfv@FreeBSD.org> | 2012-05-24 17:39:54 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2012-05-24 17:39:54 +0000 |
commit | 1759916fa95d3f268c693fce26434f39be74be46 (patch) | |
tree | 58b06454757b9804e089116ff68f0bd69eb02ab6 | |
parent | fa26d41fa3872963b571cdc0e9268656dbfaca4c (diff) | |
download | FreeBSD-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/files | 2 |
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 \ |