From 88da22de367f4d959d31f1b5363e2a8e22109451 Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 13 Jan 2011 08:54:57 +0000 Subject: [PATCH] Default build no longer includes 'glitch' application. Brings firmware cost just barely to acceptable levels. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@840 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 86924b2..93ee93c 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -88,7 +88,7 @@ CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -D$(platform) -Dplatform=$(plat # config = monitor jtagxscale # Old Default Config -config = monitor sbw glitch chipcon nrf ccspi spi jtagarm7 jtag430 jtag430x2 avr +config = monitor sbw chipcon nrf ccspi spi jtagarm7 jtag430 jtag430x2 avr # Build the needed list of app and lib object files from the config -- 2.20.1