[Tinyos-commits] CVS: tinyos-1.x/tools/make/hc08 hc08.rules, 1.3, 1.4

David Gay idgay at users.sourceforge.net
Tue Feb 7 09:45:28 PST 2006


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

Modified Files:
	hc08.rules 
Log Message:
2.x toolchain support


Index: hc08.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/hc08/hc08.rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hc08.rules	9 Jan 2004 10:18:23 -0000	1.3
--- hc08.rules	7 Feb 2006 17:45:24 -0000	1.4
***************
*** 15,19 ****
  HELP += $(HC08_HELP)
  
! SET_ID = set-mote-id
  HC08_PATH = $(TINYOS_MAKE_PATH)/hc08
  
--- 15,19 ----
  HELP += $(HC08_HELP)
  
! SET_ID = $(shell if type tos-set-symbols >/dev/null 2>/dev/null; then echo tos-set-symbols; else echo set-mote-id; fi)
  HC08_PATH = $(TINYOS_MAKE_PATH)/hc08
  



More information about the Tinyos-commits mailing list