]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/tinynode.target
Merge over into the trunk.
[tinyos-2.x.git] / support / make / tinynode.target
index 6253b3abcb52b98a725daafa7d7a9e1704fb7471..789862ba37e9289b107cbfc44189488dc74b5f3b 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)