[Tinyos-2-commits] CVS: tinyos-2.x/support/make/null null.rules, 1.4, 1.5

Phil Levis scipio at users.sourceforge.net
Fri Feb 1 12:25:39 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make/null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20159/null

Modified Files:
	null.rules 
Log Message:
Added proper AM group support. Says something that nobody noticed...


Index: null.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/null/null.rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** null.rules	12 Dec 2006 18:22:59 -0000	1.4
--- null.rules	1 Feb 2008 20:25:37 -0000	1.5
***************
*** 23,31 ****
  VOLUMEFILE = volumes-at45db.xml
  
! PFLAGS += -Wall -Wshadow -DDEF_TOS_AM_GROUP=$(DEFAULT_LOCAL_GROUP) $(NESC_FLAGS)
  PFLAGS += -target=$(PLATFORM) -fnesc-cfile=$(BUILDDIR)/app.c
  ifdef MSG_SIZE
  PFLAGS += -DTOSH_DATA_LENGTH=$(MSG_SIZE)
  endif
  
  BUILDLESS_DEPS += bytes
--- 23,34 ----
  VOLUMEFILE = volumes-at45db.xml
  
! PFLAGS += -Wall -Wshadow $(NESC_FLAGS)
  PFLAGS += -target=$(PLATFORM) -fnesc-cfile=$(BUILDDIR)/app.c
  ifdef MSG_SIZE
  PFLAGS += -DTOSH_DATA_LENGTH=$(MSG_SIZE)
  endif
+ ifdef DEFAULT_LOCAL_GROUP
+ PFLAGS += -DDEFINED_TOS_AM_GROUP=$(DEFAULT_LOCAL_GROUP)
+ endif
  
  BUILDLESS_DEPS += bytes



More information about the Tinyos-2-commits mailing list