2008-05-05 20:21:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
CXGB = ${.CURDIR}/../../../dev/cxgb
|
2008-09-23 03:16:54 +00:00
|
|
|
.PATH: ${CXGB}/ulp/iw_cxgb
|
2008-05-05 20:21:20 +00:00
|
|
|
|
|
|
|
KMOD= iw_cxgb
|
|
|
|
SRCS= iw_cxgb.c iw_cxgb_cm.c iw_cxgb_hal.c
|
|
|
|
SRCS+= iw_cxgb_provider.c iw_cxgb_qp.c iw_cxgb_resource.c
|
|
|
|
SRCS+= iw_cxgb_ev.c iw_cxgb_mem.c iw_cxgb_dbg.c iw_cxgb_cq.c
|
2008-12-02 21:37:28 +00:00
|
|
|
SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h
|
2009-06-08 19:57:35 +00:00
|
|
|
SRCS+= opt_inet.h
|
2008-09-23 03:16:54 +00:00
|
|
|
CFLAGS+= -g -I${CXGB}
|
2008-05-05 20:21:20 +00:00
|
|
|
#CFLAGS+= -DDEBUG
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|