2007-12-16 00:40:18 -05:00
|
|
|
# $FreeBSD$
|
2008-02-22 20:06:17 -05:00
|
|
|
|
2008-09-22 23:16:54 -04:00
|
|
|
CXGB = ${.CURDIR}/../../../dev/cxgb
|
|
|
|
|
.PATH: ${CXGB}/ulp/tom
|
2007-12-16 00:40:18 -05:00
|
|
|
|
2012-06-19 03:34:13 -04:00
|
|
|
KMOD= t3_tom
|
|
|
|
|
SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_l2t.c
|
2009-06-06 13:01:44 -04:00
|
|
|
SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h
|
2014-11-18 12:06:52 -05:00
|
|
|
SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_ktr.h
|
2007-12-17 03:17:51 -05:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
2008-09-22 23:16:54 -04:00
|
|
|
CFLAGS+= -g -I${CXGB}
|
2007-12-17 03:17:51 -05:00
|
|
|
|
|
|
|
|
#CFLAGS+= -DDEBUG_PRINT -DDEBUG
|
2012-06-19 03:34:13 -04:00
|
|
|
|
2007-12-17 03:17:51 -05:00
|
|
|
.include <bsd.kmod.mk>
|