Makefile for the TCP offload module

This commit is contained in:
Kip Macy 2007-12-16 05:40:18 +00:00
parent 64e4fdfff0
commit 3b10e74aa9

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>