From 35b557f302ca9448e2ee4c18d7b9dd5c3025f796 Mon Sep 17 00:00:00 2001 From: jfv Date: Fri, 10 Apr 2009 00:31:54 +0000 Subject: [PATCH] Add support file for 82599 in Makefile MFC after: 2 weeks --- sys/modules/ixgbe/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index a40a9090ae1..e159f46d63c 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: -- 2.45.2