summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2009-04-10 00:31:54 +0000
committerjfv <jfv@FreeBSD.org>2009-04-10 00:31:54 +0000
commit35b557f302ca9448e2ee4c18d7b9dd5c3025f796 (patch)
treebac16670577d94916cd90b24efe829c13af2e693 /sys/modules
parent32c307ec0ce95660feb8f8fad07b5636b1ac5b23 (diff)
downloadFreeBSD-src-35b557f302ca9448e2ee4c18d7b9dd5c3025f796.zip
FreeBSD-src-35b557f302ca9448e2ee4c18d7b9dd5c3025f796.tar.gz
Add support file for 82599 in Makefile
MFC after: 2 weeks
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ixgbe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
index a40a909..e159f46 100644
--- a/sys/modules/ixgbe/Makefile
+++ b/sys/modules/ixgbe/Makefile
@@ -4,7 +4,8 @@ KMOD = ixgbe
SRCS = device_if.h bus_if.h pci_if.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_82599.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
clean:
OpenPOWER on IntegriCloud