X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fconfig.mk;h=29a33ce700b021d592bf6e02d48aad305aec7d14;hp=802c9e613262fb397a5ecc9eadb7853ab8fe8cf9;hb=c33b056d1a565968e6aca5cffcb4c2b178f8d4d4;hpb=caae12edb769dfa49685a0c12917f5ef4586c9cc 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