summaryrefslogtreecommitdiff
path: root/sys/modules/ixgbe
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2009-04-14 00:27:05 +0000
committerJack F Vogel <jfv@FreeBSD.org>2009-04-14 00:27:05 +0000
commitbfbde85fe0a63c05c1fd291d21b19599982913fb (patch)
treec92e5792d2011078150a11678850701d105c5740 /sys/modules/ixgbe
parent293dd2bcd8900c9656c4d19fb1c5b33e8fe28a42 (diff)
Notes
Diffstat (limited to 'sys/modules/ixgbe')
-rw-r--r--sys/modules/ixgbe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
index ae31c151a1e7..58acd0c154d2 100644
--- a/sys/modules/ixgbe/Makefile
+++ b/sys/modules/ixgbe/Makefile
@@ -4,7 +4,9 @@ KMOD = ixgbe
SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
SRCS += ixgbe.c
# Shared source
-SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
+SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
+SRCS += ixgbe_82598.c ixgbe_82599.c
+
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
clean: