]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/cxgb/tom/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / cxgb / tom / Makefile
1 # $FreeBSD$
2
3 CXGB = ${.CURDIR}/../../../dev/cxgb
4 .PATH: ${CXGB}/ulp/tom
5
6 KMOD=   tom
7 SRCS=   cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c
8 SRCS+=  cxgb_ddp.c cxgb_vm.c cxgb_l2t.c cxgb_tcp_offload.c
9 SRCS+=  opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h
10 SRCS+=  opt_tcpdebug.h opt_ddb.h opt_sched.h opt_global.h opt_ktr.h
11 SRCS+=  device_if.h bus_if.h pci_if.h
12 CFLAGS+= -g -I${CXGB}
13
14 #CFLAGS+= -DDEBUG_PRINT -DDEBUG
15 .include <bsd.kmod.mk>