X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftmirws.target;h=578ec1f9be74458e3135905b8e669d8aab297007;hb=refs%2Ftags%2Frelease%2F2.1.1-4.5;hp=68f69bef5a17dbfeeb202613b9abded30376be09;hpb=01d364e6e3d233456df2df46331be70791e6c61e;p=tinyos-2.x.git diff --git a/support/make/tmirws.target b/support/make/tmirws.target index 68f69bef..578ec1f9 100644 --- a/support/make/tmirws.target +++ b/support/make/tmirws.target @@ -1,12 +1,12 @@ #-*-Makefile-*- vim:syntax=make -# tmicore.target +# tmirws.target -PLATFORM ?= tmicore +PLATFORM ?= tmirws #MSP_MCU = msp430x2417 # Disable MSP430 hardware multiply because it makes MSPGCC die -PFLAGS += -mdisable-hwmul +# PFLAGS += -mdisable-hwmul OPTFLAGS += -O MSP_BSL ?= tos-bsl @@ -21,5 +21,5 @@ endif $(call TOSMake_include_platform,msp) -tmicore: $(BUILD_DEPS) +$(PLATFORM): $(BUILD_DEPS) @: