SOURCES: bcm5700-Makefile - support debug-build.

pluto pluto at pld-linux.org
Fri Jul 29 19:09:06 CEST 2005


Author: pluto                        Date: Fri Jul 29 17:09:06 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- support debug-build.

---- Files affected:
SOURCES:
   bcm5700-Makefile (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/bcm5700-Makefile
diff -u SOURCES/bcm5700-Makefile:1.2 SOURCES/bcm5700-Makefile:1.3
--- SOURCES/bcm5700-Makefile:1.2	Fri Aug  6 14:15:58 2004
+++ SOURCES/bcm5700-Makefile	Fri Jul 29 19:09:01 2005
@@ -1,3 +1,8 @@
 obj-m		+= bcm5700.o
 bcm5700-objs	:= b57um.o b57proc.o tigon3.o autoneg.o 5701rls.o tcp_seg.o b57diag.o
-EXTRA_CFLAGS	+= -DDBG=0 -DT3_JUMBO_RCV_RCB_ENTRY_COUNT=256 -DNICE_SUPPORT -DPCIX_TARGET_WORKAROUND=1 -DINCLUDE_TBI_SUPPORT -DINCLUDE_5701_AX_FIX=1
+EXTRA_CFLAGS	+= -DT3_JUMBO_RCV_RCB_ENTRY_COUNT=256 -DNICE_SUPPORT -DPCIX_TARGET_WORKAROUND=1 -DINCLUDE_TBI_SUPPORT -DINCLUDE_5701_AX_FIX=1
+ifdef DBG
+  EXTRA_CFLAGS	+= -DTIGON3_DEBUG=2
+else
+  EXTRA_CFLAGS	+= -DDBG=0
+endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/bcm5700-Makefile?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list