mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282293
@ -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 New Issue
Block a user