PERFORCE change 127837 for review

Kip Macy kmacy at FreeBSD.org
Sat Oct 20 13:25:24 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127837

Change 127837 by kmacy at kmacy_home:ethng on 2007/10/20 20:25:08

	add iwch_qp.c to build

Affected files ...

.. //depot/projects/ethng/src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_iwch_qp.c#1 add
.. //depot/projects/ethng/src/sys/modules/cxgb/iw_cxgb/Makefile#5 edit

Differences ...

==== //depot/projects/ethng/src/sys/modules/cxgb/iw_cxgb/Makefile#5 (text+ko) ====

@@ -4,7 +4,8 @@
 .PATH: ${IW_CXGB} ${CXGB}/common ${CXGB}/ulp/iw_cxgb
 
 KMOD=	iw_cxgb
-SRCS=	iw_cxgb_iwch.c iw_cxgb_iwch_cm.c iw_cxgb_cxio_hal.c iw_cxgb_iwch_provider.c
+SRCS=	iw_cxgb_iwch.c iw_cxgb_iwch_cm.c iw_cxgb_cxio_hal.c 
+SRCS+=  iw_cxgb_iwch_provider.c iw_cxgb_iwch_qp.c
 SRCS+=  bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h
 CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DCONFIG_DEFINED  -I${CXGB} -DSMP
 


More information about the p4-projects mailing list