add iw_cxgb to the build

This commit is contained in:
kmacy 2008-05-05 20:21:20 +00:00
parent 2afae681de
commit 667ab9410a
2 changed files with 15 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SUBDIR= cxgb
SUBDIR+= toecore
SUBDIR+= tom
#SUBDIR+= iw_cxgb
SUBDIR+= iw_cxgb
SUBDIR+= cxgb_t3fw
.include <bsd.subdir.mk>

View File

@ -0,0 +1,14 @@
# $FreeBSD$
CXGB = ${.CURDIR}/../../../dev/cxgb
.PATH: ${IW_CXGB} ${CXGB}/common ${CXGB}/ulp/iw_cxgb
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
SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h
CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DCONFIG_DEFINED -I${CXGB} -DSMP
#CFLAGS+= -DDEBUG
.include <bsd.kmod.mk>