From ae9b57f20c3b9165c11a48fb51c772a5a4d05a11 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 24 Apr 2011 22:06:49 +0000 Subject: [PATCH 1/1] ccspi include telosb-specific declarations, preventing compilation. Removed it from default set for now. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1012 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index e3c4ae2..cb27fde 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -103,7 +103,7 @@ CC=$(GCC) -Wall -Os -fno-strict-aliasing -g -mmcu=$(mcu) $(CCEXTRA) # config = monitor sbw chipcon nrf ccspi spi jtagarm7 jtag430 jtag430x2 avr # New default. -config ?= monitor chipcon spi jtag430 jtag430x2 avr openocd ccspi +config ?= monitor chipcon spi jtag430 jtag430x2 avr openocd # Build the needed list of app and lib object files from the config apps= -- 2.20.1