Fix to kern/168294 - add flow director support into the

static kernel build of ixgbe. Thanks Sergey for pointing
this out.
This commit is contained in:
Jack F Vogel 2012-05-24 17:39:54 +00:00
parent 202f0f2a02
commit e9651b7649
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235920

View File

@ -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 \