]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/tinynode.target
Mass platform updates for GCC 4.6.3
[tinyos-2.x.git] / support / make / tinynode.target
index 6253b3abcb52b98a725daafa7d7a9e1704fb7471..9ea8453eb41672eb36300fe5ec24425ed73a4036 100644 (file)
@@ -7,22 +7,19 @@ 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 = 
 
 # Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+PFLAGS += -mmpy=none
 PFLAGS += -mstrict-align
 
-PFLAGS += \
--I$(TOS_BETADIR)/platforms/tinynode
-
 $(call TOSMake_include_platform,tinynode)
 $(call TOSMake_include_platform,msp)