1# $FreeBSD$ 2 3CXGB = ${.CURDIR}/../../../dev/cxgb 4.PATH: ${CXGB}/ulp/tom 5 6KMOD= t3_tom 7SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_l2t.c 8SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h 9SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_ktr.h 10SRCS+= device_if.h bus_if.h pci_if.h 11CFLAGS+= -g -I${CXGB} 12 13#CFLAGS+= -DDEBUG_PRINT -DDEBUG 14 15.include <bsd.kmod.mk> 16