]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/telosa.target
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / telosa.target
diff --git a/support/make/telosa.target b/support/make/telosa.target
new file mode 100644 (file)
index 0000000..d78daed
--- /dev/null
@@ -0,0 +1,25 @@
+#-*-Makefile-*- vim:syntax=make
+#$Id$
+
+PLATFORM ?= telosa
+
+MSP_MCU = msp430x149
+
+# Disable MSP430 hardware multiply because it makes MSPGCC die
+PFLAGS += -mdisable-hwmul
+OPTFLAGS += -O
+
+MSP_BSL ?= tos-bsl
+
+ifdef CC2420_CHANNEL
+PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
+endif
+
+$(call TOSMake_include_platform,msp)
+
+telos: $(BUILD_DEPS)
+       @:
+
+telosa: $(BUILD_DEPS)
+       @:
+