[Tinyos-commits] CVS: tinyos-1.x/tools/make Makedefaults,1.6,1.7

Jonathan Hui jwhui at users.sourceforge.net
Tue Aug 2 08:14:14 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21908

Modified Files:
	Makedefaults 
Log Message:
- Not every platform fully supports TOSBoot.



Index: Makedefaults
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/Makedefaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makedefaults	28 Jul 2005 22:57:50 -0000	1.6
--- Makedefaults	2 Aug 2005 15:14:11 -0000	1.7
***************
*** 2,10 ****
  #$Id$
  
- TINYOS_NP ?= BNP
  DEFAULT_LOCAL_GROUP ?= 0x7d
  NESC_FLAGS ?= -Wnesc-all
  GOALS += ident_flags tos_image bnp
  
  define DEFAULT_HELP
  
--- 2,13 ----
  #$Id$
  
  DEFAULT_LOCAL_GROUP ?= 0x7d
  NESC_FLAGS ?= -Wnesc-all
  GOALS += ident_flags tos_image bnp
  
+ ifneq ($(filter mica2 mica2dot micaz telos telosa telosb tmote,$(TARGETS)),)
+   TINYOS_NP ?= BNP
+ endif
+ 
  define DEFAULT_HELP
  



More information about the Tinyos-commits mailing list