Restored support for board=nhb12 and board=nhb12b.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 5 Dec 2011 15:12:15 +0000 (15:12 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 5 Dec 2011 15:12:15 +0000 (15:12 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1066 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index 802c9e6..29a33ce 100644 (file)
@@ -25,6 +25,16 @@ mcu := msp430x2618
 platform := goodfet
 endif
 
+ifneq (,$(findstring $(board),nhb12b))
+mcu := msp430x2618
+platform := nhb12b
+endif
+
+ifneq (,$(findstring $(board),nhb12))
+mcu := msp430x2618
+platform := nhb12
+endif
+
 ifneq (,$(findstring $(board),goodfet50 goodfet51))
 mcu := msp430x5510
 platform := goodfet