Cleaning apimote support.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 24 Sep 2012 10:11:39 +0000 (10:11 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 24 Sep 2012 10:11:39 +0000 (10:11 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1269 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index 9df48c3..363a0d6 100644 (file)
@@ -5,9 +5,9 @@
 #Unset by default, but can be explicitly set later.
 config=undef
 
 #Unset by default, but can be explicitly set later.
 config=undef
 
-ifneq (,$(findstring $(board),apimote1))
+ifneq (,$(findstring $(board),apimote1 apimote))
 mcu ?= msp430f2618
 mcu ?= msp430f2618
-platform := apimote1
+platform := apimote
 config := monitor spi ccspi
 MSP430BSL?=goodfet.bsl --speed=38400 --swap-reset-test
 CFLAGS += -Duseuart1 -Dapimote
 config := monitor spi ccspi
 MSP430BSL?=goodfet.bsl --speed=38400 --swap-reset-test
 CFLAGS += -Duseuart1 -Dapimote