[Tinyos-commits] CVS: tinyos-1.x/tools/make bnp.extra, 1.5,
1.6 pc.target, 1.8, 1.9
Jonathan Hui
jwhui at users.sourceforge.net
Mon Jun 27 11:11:20 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21138
Modified Files:
bnp.extra pc.target
Log Message:
Deluge TOSSIM platform now defaults to Deluge 2.0.
Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/bnp.extra,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bnp.extra 14 Jun 2005 15:08:40 -0000 1.5
--- bnp.extra 27 Jun 2005 18:10:54 -0000 1.6
***************
*** 26,29 ****
--- 26,36 ----
endif
+ ifeq ($(TARGETS),pc)
+ CFLAGS += -I%T/../beta/Deluge/Deluge
+ CFLAGS += -I%T/../beta/Deluge/pc
+ CFLAGS += -I%T/../beta/STM25P/sim
+ CFLAGS += -I%T/../beta/STM25P/STM25P
+ endif
+
ifneq ($(filter telos telosa,$(TARGETS)),)
ifeq ($(TELOS_REV),B)
Index: pc.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pc.target,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pc.target 22 Jun 2005 20:49:23 -0000 1.8
--- pc.target 27 Jun 2005 18:10:56 -0000 1.9
***************
*** 7,17 ****
PFLAGS += -pthread -fnesc-nido-tosnodes=1000 -fnesc-simulate
- ifdef TINYOS_NP
- ifeq ($(TINYOS_NP),BNP)
- PFLAGS += -I%T/lib/Deluge
- PFLAGS += -I%T/lib/Deluge/TOSBoot/include
- endif
- endif
-
BUILD_DEPS ?= exe
--- 7,10 ----
More information about the Tinyos-commits
mailing list