X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fbeacon_tsop%2FMakefile;fp=projects%2Fmicrob2010%2Ftests%2Fbeacon_tsop%2FMakefile;h=94f9e8cd071cd2a35ad4086ca3d70cb897846119;hp=0000000000000000000000000000000000000000;hb=dccae820e0f5c68a3a9c496b63eb8d02102d6ebc;hpb=6d8949fd4fc3a1e65ff060cfbdb5e405efe15c6c diff --git a/projects/microb2010/tests/beacon_tsop/Makefile b/projects/microb2010/tests/beacon_tsop/Makefile new file mode 100755 index 0000000..94f9e8c --- /dev/null +++ b/projects/microb2010/tests/beacon_tsop/Makefile @@ -0,0 +1,24 @@ +TARGET = beacon_tsop + +AVERSIVE_DIR = ../../../.. + +# List C source files here. (C dependencies are automatically generated.) +SRC = main.c commands.c cmdline.c + +# List Assembler source files here. +# Make them always end in a capital .S. Files ending in a lowercase .s +# will not be considered source files but generated files (assembler +# output from the compiler), and will be deleted upon "make clean"! +# Even though the DOS/Win* filesystem matches both .s and .S the same, +# it will preserve the spelling of the filenames, and gcc itself does +# care about how the name is spelled on its command-line. +ASRC = + +AVRDUDE_DELAY=30 + +CFLAGS += -W + +######################################## + +-include .aversive_conf +include $(AVERSIVE_DIR)/mk/aversive_project.mk