mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove compile of tcp_lro since its now in netinet
This commit is contained in:
parent
6c5087a818
commit
796c8b3758
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue