[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
Makefile, 1.9, 1.10
Jonathan Hui
jwhui at users.sourceforge.net
Thu Jul 21 23:24:02 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23957
Modified Files:
Makefile
Log Message:
- mica2dot and micaz platform support.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile 21 Jul 2005 18:54:24 -0000 1.9
--- Makefile 22 Jul 2005 06:23:59 -0000 1.10
***************
*** 43,46 ****
--- 43,58 ----
endif
+ ifeq ($(MAKECMDGOALS),mica2dot)
+ CFLAGS += -DTOSBOOT_START=0x1f000 -DTOSBOOT_END=0x20000
+ CFLAGS += -Wl,--section-start=.text=0x1f000
+ CFLAGS += -Iat45db -Iavr -Imica2dot
+ endif
+
+ ifeq ($(MAKECMDGOALS),micaz)
+ CFLAGS += -DTOSBOOT_START=0x1f000 -DTOSBOOT_END=0x20000
+ CFLAGS += -Wl,--section-start=.text=0x1f000
+ CFLAGS += -Iat45db -Iavr -Imicaz
+ endif
+
ifeq ($(MAKECMDGOALS),telosa)
CFLAGS += -DTOSBOOT_START=0x1100 -DTOSBOOT_END=0x1a00
More information about the Tinyos-beta-commits
mailing list