]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/tinynode.target
Fix the issue with tos-deluge not timing out properly.
[tinyos-2.x.git] / support / make / tinynode.target
index 6253b3abcb52b98a725daafa7d7a9e1704fb7471..6c669064db8ca3125029d0710afff8db8aa2d9ca 100644 (file)
@@ -7,12 +7,12 @@ ifndef TOSDIR
 TOSDIR := $(shell ncc -print-tosdir)
 endif
 
-ifndef TOS_BETADIR
-TOS_BETADIR := $(TOSDIR)/../beta/tos
-endif
-
 MSP_BSL ?= tos-bsl
 
+#Flash Config
+VOLUME_FILE = volumes-at45db.xml
+VOLUME_ALLOCATOR ?= tos-storage-at45db
+
 OPTFLAGS += -Os
 #OPTFLAGS = 
 
@@ -20,9 +20,6 @@ OPTFLAGS += -Os
 PFLAGS += -mdisable-hwmul
 PFLAGS += -mstrict-align
 
-PFLAGS += \
--I$(TOS_BETADIR)/platforms/tinynode
-
 $(call TOSMake_include_platform,tinynode)
 $(call TOSMake_include_platform,msp)