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