Default build no longer includes 'glitch' application.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 13 Jan 2011 08:54:57 +0000 (08:54 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 13 Jan 2011 08:54:57 +0000 (08:54 +0000)
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

index 86924b2..93ee93c 100644 (file)
@@ -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 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
 
 
 # Build the needed list of app and lib object files from the config