]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/cxgb/iw_cxgb/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / cxgb / iw_cxgb / Makefile
1 # $FreeBSD$
2
3 CXGB = ${.CURDIR}/../../../dev/cxgb
4 .PATH: ${CXGB}/ulp/iw_cxgb
5
6 KMOD=   iw_cxgb
7 SRCS=   iw_cxgb.c iw_cxgb_cm.c iw_cxgb_hal.c 
8 SRCS+=  iw_cxgb_provider.c iw_cxgb_qp.c iw_cxgb_resource.c
9 SRCS+=  iw_cxgb_ev.c iw_cxgb_mem.c iw_cxgb_dbg.c iw_cxgb_cq.c
10 SRCS+=  bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h
11 SRCS+=  opt_inet.h
12 CFLAGS+= -g -I${CXGB}
13 #CFLAGS+= -DDEBUG
14
15 .include <bsd.kmod.mk>