mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Makefile for the TCP offload module
This commit is contained in:
parent
64e4fdfff0
commit
3b10e74aa9
1 changed files with 8 additions and 0 deletions
8
sys/modules/cxgb/tom/Makefile
Normal file
8
sys/modules/cxgb/tom/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
TOM = ${.CURDIR}/../../../dev/cxgb/ulp/tom
|
||||
.PATH: ${TOM}
|
||||
|
||||
KMOD= tom
|
||||
SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue