]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/telosa.target
Remove hwmul-disable; it works in newer GCC
[tinyos-2.x.git] / support / make / telosa.target
index d78daed1bc0ba5fd2eef5b24e748275292a9e2fe..b77ffa188b3a67f39927711e8fe92fb1d267c75a 100644 (file)
@@ -5,8 +5,9 @@ PLATFORM ?= telosa
 
 MSP_MCU = msp430x149
 
-# Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+# Remove MSP430 hardware multiply disable: new msp430-gcc fixes
+# PFLAGS += -mdisable-hwmul
+
 OPTFLAGS += -O
 
 MSP_BSL ?= tos-bsl
@@ -15,6 +16,9 @@ ifdef CC2420_CHANNEL
 PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
 endif
 
+VOLUME_FILE = volumes-at45db.xml
+VOLUME_ALLOCATOR ?= tos-storage-at45db
+
 $(call TOSMake_include_platform,msp)
 
 telos: $(BUILD_DEPS)