mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Put same copyright header as tcp_hpts.c has, since all this code was developed by Randall Stewart <rrs@FreeBSD.org> as a part of the HPTS work. Also copy Mellanox copyright from tcp_lro.c as Hans Petter Selasky also participated in restructuring the code. Reviewed by: imp, tuexen, rrs Differential Revision: https://reviews.freebsd.org/D42854 (cherry picked from commit 4f9c93f16c30d553613def0442d8ddbee859e76b)
7 lines
161 B
Makefile
7 lines
161 B
Makefile
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= tcphpts
|
|
SRCS= tcp_hpts.c tcp_lro_hpts.c \
|
|
opt_inet.h opt_inet6.h opt_rss.h device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|