]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgb/iw_cxgb/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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 CFLAGS+= -g -I${CXGB}
12 #CFLAGS+= -DDEBUG
13
14 .include <bsd.kmod.mk>