Makefile for the TCP offload module
This commit is contained in:
parent
ae8220ee1b
commit
d9e4e752a4
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…
x
Reference in New Issue
Block a user