[Tinyos-commits] CVS: tinyos-1.x/tools/make imote2.target,1.1,1.2

Philip Buonadonna philipb at users.sourceforge.net
Fri Jun 10 14:40:37 PDT 2005


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

Modified Files:
	imote2.target 
Log Message:
- Updates to imote2 build environment


Index: imote2.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/imote2.target,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** imote2.target	23 Feb 2005 22:17:01 -0000	1.1
--- imote2.target	10 Jun 2005 21:40:35 -0000	1.2
***************
*** 9,24 ****
  endif
  
- ifdef TINYOS_NP
-   ifeq ($(TINYOS_NP),BNP)
-     PFLAGS += -I%T/lib/Deluge
-     PFLAGS += -I%T/lib/Deluge/TOSBoot/include
-     PFLAGS += -Wl,--section-start=.text=0x3000,--defsym=_reset_vector__=0x1100
-     BOOTLOADER ?= $(TOSDIR)/lib/Deluge/TOSBoot/bl_telos.ihex
-     ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)
-       BOOTLOADER := $(shell cygpath -m $(BOOTLOADER))
-     endif
-   endif
- endif
- 
  $(call TOSMake_include_platform,pxa27x)
  
--- 9,12 ----



More information about the Tinyos-commits mailing list