]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/tests/beacon_tsop/Makefile
tests: fix test programs using old uart API
[aversive.git] / projects / microb2010 / tests / beacon_tsop / Makefile
index 94f9e8cd071cd2a35ad4086ca3d70cb897846119..9eaf66f64e368395a8c321d52d223dfae02bde7b 100755 (executable)
@@ -3,7 +3,7 @@ TARGET = beacon_tsop
 AVERSIVE_DIR = ../../../..
 
 # List C source files here. (C dependencies are automatically generated.)
-SRC = main.c commands.c cmdline.c
+SRC = main.c commands.c commands_cs.c cmdline.c trigo.c uart_proto.c
 
 # List Assembler source files here.
 # Make them always end in a capital .S.  Files ending in a lowercase .s
@@ -14,9 +14,9 @@ SRC = main.c commands.c cmdline.c
 # care about how the name is spelled on its command-line.
 ASRC =
 
-AVRDUDE_DELAY=30
+AVRDUDE_DELAY=15
 
-CFLAGS += -W
+CFLAGS += -W -Wall -Werror -I../../common
 
 ########################################