]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/cxgb/tom/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / cxgb / tom / Makefile
1 # $FreeBSD$
2
3 TOM = ${.CURDIR}/../../../dev/cxgb/ulp/tom
4 .PATH: ${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 opt_mac.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
13 #CFLAGS+= -DDEBUG_PRINT -DDEBUG
14 .include <bsd.kmod.mk>