]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/telosb.target
Remove hwmul-disable; it works in newer GCC
[tinyos-2.x.git] / support / make / telosb.target
index ecaa57120176bc869a35986ccb1463d894a660c9..c73c7606f38358943db1fd86ebf60abb19a3481f 100644 (file)
@@ -5,15 +5,16 @@ PLATFORM ?= telosb
 
 #MSP_MCU = msp430x1611
 
-# 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
-MSP_BSL_FLAGS = --telosb
+MSP_BSL_FLAGS = --device=telosb
 
 VOLUME_FILE = volumes-stm25p.xml
-VOLUME_ALLOCATOR = tos-storage-stm25p
+VOLUME_ALLOCATOR ?= tos-storage-stm25p
 
 ifdef CC2420_CHANNEL
 PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)