X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftelosa.target;fp=support%2Fmake%2Ftelosa.target;h=d78daed1bc0ba5fd2eef5b24e748275292a9e2fe;hb=1ba974b83d19fc41bf80acd52726f36f7f1df297;hp=0000000000000000000000000000000000000000;hpb=4db69a460ad5d18d33cbf5c3ef74ad584d9e2886;p=tinyos-2.x.git diff --git a/support/make/telosa.target b/support/make/telosa.target new file mode 100644 index 00000000..d78daed1 --- /dev/null +++ b/support/make/telosa.target @@ -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) + @: +