X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fconfig.mk;h=79672b6407301127eefcdf9eb257a26685e8ec01;hp=2f45036e583c0014da7a6ced9be12d361ac28108;hb=236e059aa0e7d3ae5384e8dce3c0813b0daaa192;hpb=f282881a5c1ee41f441f2fe75edd9b6e25bf04f9 diff --git a/firmware/config.mk b/firmware/config.mk index 2f45036..79672b6 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -28,11 +28,11 @@ platform := goodfet CONFIG_nrf = y endif -ifneq (,$(findstring $(board),zolertiaz1)) +ifeq ($(board),z1) mcu ?= msp430f2618 platform := goodfet CONFIG_ccspi = y -MSP430BSL?=z1-bsl --z1 --speed=38400 +MSP430BSL?=goodfet.bsl --z1 --speed=38400 endif ifneq (,$(findstring $(board),goodfet24))