Fix ixgbe(4) - add ix_txrx to compile in the kernel.

Sponsored by:	Norse Corp, Inc.
This commit is contained in:
Adrian Chadd 2015-03-18 05:03:07 +00:00
parent 3b27278218
commit 606618ac6b

View File

@ -1773,6 +1773,8 @@ dev/ixgbe/if_ix.c optional ix inet \
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 \
compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
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 \