GoodFET32 in firmware.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 13 Mar 2013 15:57:03 +0000 (15:57 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 13 Mar 2013 15:57:03 +0000 (15:57 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1559 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index 84ff47f..313e2a6 100644 (file)
@@ -29,7 +29,7 @@ mcu ?= msp430f2618
 platform := goodfet
 endif
 
-ifneq (,$(findstring $(board),goodfet30 goodfet31))
+ifneq (,$(findstring $(board),goodfet30 goodfet31 goodfet32))
 mcu ?= msp430f2274
 platform := goodfet
 # This will link to fit in a '2254, so unneeded packages should be omited.