From: travisutk Date: Sun, 11 Nov 2012 21:08:02 +0000 (+0000) Subject: Added GF42 to config.mk X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=db17bb84f47b0fa002873fe2954424cf6e194c5e Added GF42 to config.mk git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1331 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/config.mk b/firmware/config.mk index d9c077c..8ed0785 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -37,7 +37,7 @@ CONFIG_ccspi = n CONFIG_nrf = y endif -ifneq (,$(findstring $(board),goodfet40 goodfet41)) +ifneq (,$(findstring $(board),goodfet40 goodfet41 goodfet42)) mcu ?= msp430f2618 platform := goodfet CONFIG_nrf = y