From 796c8b37583100db7fbb022b0f7fabff2d57a149 Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Wed, 11 Jun 2008 22:18:50 +0000 Subject: [PATCH] Remove compile of tcp_lro since its now in netinet --- sys/modules/ixgbe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index 6d500b8f827..a40a9090ae1 100644 --- a/sys/modules/ixgbe/Makefile +++ b/sys/modules/ixgbe/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../dev/ixgbe KMOD = ixgbe SRCS = device_if.h bus_if.h pci_if.h -SRCS += ixgbe.c tcp_lro.c +SRCS += ixgbe.c # Shared source SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c CFLAGS+= -I${.CURDIR}/../../dev/ixgbe