diff options
author | jfv <jfv@FreeBSD.org> | 2008-06-11 22:18:50 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2008-06-11 22:18:50 +0000 |
commit | cedb243a33b69c29e811429032a3d66ea7a90797 (patch) | |
tree | 780f2476725017768f9a4199a0ab083ce754f2f4 /sys/modules/ixgbe | |
parent | f471fdabc3eb133e156912fa14dedbbd997d65f8 (diff) | |
download | FreeBSD-src-cedb243a33b69c29e811429032a3d66ea7a90797.zip FreeBSD-src-cedb243a33b69c29e811429032a3d66ea7a90797.tar.gz |
Remove compile of tcp_lro since its now in netinet
Diffstat (limited to 'sys/modules/ixgbe')
-rw-r--r-- | sys/modules/ixgbe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index 6d500b8..a40a909 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 |