X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fbeacon_tsop%2FMakefile;h=9eaf66f64e368395a8c321d52d223dfae02bde7b;hp=d8d5b40f3f2d6e916ad8cf75e131c48f0c6aac2f;hb=b6b61358268cccf0fe5cd3f808ceab6b8402b74c;hpb=8d6a47e9e21a9a31f4bc12d32fb3d11091a4b305 diff --git a/projects/microb2010/tests/beacon_tsop/Makefile b/projects/microb2010/tests/beacon_tsop/Makefile index d8d5b40..9eaf66f 100755 --- a/projects/microb2010/tests/beacon_tsop/Makefile +++ b/projects/microb2010/tests/beacon_tsop/Makefile @@ -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 trigo.c uart_proto.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 trigo.c uart_proto.c # care about how the name is spelled on its command-line. ASRC = -AVRDUDE_DELAY=30 +AVRDUDE_DELAY=15 -CFLAGS += -W -Wall -Werror +CFLAGS += -W -Wall -Werror -I../../common ########################################