Makefile for the TCP offload module

This commit is contained in:
kmacy 2007-12-16 05:40:18 +00:00
parent ae8220ee1b
commit d9e4e752a4

View 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>