summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files10
-rw-r--r--sys/conf/kern.pre.mk3
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 82151ba..b5d3c8a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -739,6 +739,16 @@ dev/iwi/if_iwi.c optional iwi
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 \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_phy.c optional ixgbe \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_api.c optional ixgbe \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_common.c optional ixgbe \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_82598.c optional ixgbe \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/joy/joy.c optional joy
dev/joy/joy_isa.c optional joy isa
dev/joy/joy_pccard.c optional joy pccard
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index dad0f42..5014be3 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -79,6 +79,9 @@ INCLUDES+= -I$S/dev/twa
# .. and the same for em
INCLUDES+= -I$S/dev/em
+# .. and ixgbe
+INCLUDES+= -I$S/dev/ixgbe
+
# ... and XFS
INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
OpenPOWER on IntegriCloud