Fixed the board=telosb target.
[goodfet] / firmware / config.mk
index 4df6c11..0392839 100644 (file)
@@ -45,11 +45,20 @@ endif
 ifneq (,$(findstring $(board),telosb))
 mcu :=msp430x1612
 platform := goodfet
 ifneq (,$(findstring $(board),telosb))
 mcu :=msp430x1612
 platform := goodfet
-CFLAGS := -DDEBUG_LEVEL=3 -DDEBUG_START=1 -DINBAND_DEBUG
+CFLAGS := -Dtelosb
 #CFLAGS+= -Werror
 config := monitor spi ccspi
 endif
 
 #CFLAGS+= -Werror
 config := monitor spi ccspi
 endif
 
+ifneq (,$(findstring $(board),telosbbt))
+mcu :=msp430x1612
+platform := goodfet
+#CFLAGS+= -Werror
+config := monitor spi ccspi
+endif
+
+
+
 
 ##################################
 ## These are experimental boards.
 
 ##################################
 ## These are experimental boards.