[Tinyos-commits] CVS: tinyos-1.x/tools/make pc.target,1.9,1.10
Kamin Whitehouse
kaminw at users.sourceforge.net
Wed Jul 20 20:01:51 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23790
Modified Files:
pc.target
Log Message:
made the number of nodes in simulation a make system variable
Index: pc.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pc.target,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pc.target 27 Jun 2005 18:10:56 -0000 1.9
--- pc.target 21 Jul 2005 03:01:49 -0000 1.10
***************
*** 5,9 ****
SENSORBOARD ?= micasb
OPTFLAGS = -g -O0
! PFLAGS += -pthread -fnesc-nido-tosnodes=1000 -fnesc-simulate
BUILD_DEPS ?= exe
--- 5,10 ----
SENSORBOARD ?= micasb
OPTFLAGS = -g -O0
! NESC_NIDO_TOSNODES ?= 1000
! PFLAGS += -pthread -fnesc-nido-tosnodes=$(NESC_NIDO_TOSNODES) -fnesc-simulate
BUILD_DEPS ?= exe
More information about the Tinyos-commits
mailing list