mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix build by adding ixgbe_x550.c to sys/conf/files for ixgbe.
Submitted by: neel Approved by: jfv (mentor)
This commit is contained in:
parent
66137b66a4
commit
3b5d5c3f54
1 changed files with 2 additions and 0 deletions
|
|
@ -1779,6 +1779,8 @@ 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 \
|
||||
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
||||
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"
|
||||
dev/ixgbe/ixgbe_dcb_82598.c optional ix ixv inet \
|
||||
|
|
|
|||
Loading…
Reference in a new issue