Remove compile of tcp_lro since its now in netinet

This commit is contained in:
Jack F Vogel 2008-06-11 22:18:50 +00:00
parent 6c5087a818
commit 796c8b3758
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179738

View File

@ -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