]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added corrrect mulle boot address
authorr-studio <r-studio>
Wed, 28 Oct 2009 07:20:04 +0000 (07:20 +0000)
committerr-studio <r-studio>
Wed, 28 Oct 2009 07:20:04 +0000 (07:20 +0000)
tos/lib/tosboot/Makefile

index cebcf9cb5b3922b9cf3f429f2c7e993bfb0e430b..1dcd46aa00636dc9cfc9d83d06700fc763829c25 100644 (file)
@@ -79,6 +79,13 @@ ifeq ($(MAKECMDGOALS),epic)
   POST_BUILD_EXTRA_DEPS += strip_iv
 endif
 
+ifeq ($(MAKECMDGOALS),mulle)
+  CFLAGS += -DTOSBOOT_START=0xe0000 -DTOSBOOT_END=0xeffff
+  CFLAGS += -Iat45db -Imulle -Im16c62p -Ilib
+  CFLAGS += -I../net/Deluge -I../net/Deluge/extra/mulle
+  CFLAGS += -I../net/Deluge/extra/m16c62p
+endif
+
 strip_iv: FORCE
        @echo "    removing interrupt vector from binary"
        msp430-objcopy -j .text -j .data -O ihex $(BUILDDIR)/main.exe $(BUILDDIR)/main.ihex