From: travisutk Date: Mon, 5 Dec 2011 15:12:15 +0000 (+0000) Subject: Restored support for board=nhb12 and board=nhb12b. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=c33b056d1a565968e6aca5cffcb4c2b178f8d4d4 Restored support for board=nhb12 and board=nhb12b. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1066 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/config.mk b/firmware/config.mk index 802c9e6..29a33ce 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -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