X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fballboard%2FMakefile;h=9f197fd07193edcb2f8a88873c531c49dd33199c;hp=afa396bd98fd8d3d5073c54f593142b8d1a74e9b;hb=4e7801883ed4076cb14b63a0571467747894c0f8;hpb=8d6a47e9e21a9a31f4bc12d32fb3d11091a4b305 diff --git a/projects/microb2010/ballboard/Makefile b/projects/microb2010/ballboard/Makefile index afa396b..9f197fd 100644 --- a/projects/microb2010/ballboard/Makefile +++ b/projects/microb2010/ballboard/Makefile @@ -8,10 +8,10 @@ CFLAGS += -Werror LDFLAGS = -T ../common/avr6.x # List C source files here. (C dependencies are automatically generated.) -SRC = $(TARGET).c cmdline.c commands_ax12.c commands_gen.c +SRC = $(TARGET).c cmdline.c commands_ax12.c commands_gen.c SRC += commands_cs.c commands_ballboard.c commands.c SRC += i2c_protocol.c sensor.c actuator.c cs.c ax12_user.c - +SRC += state.c # List Assembler source files here. # Make them always end in a capital .S. Files ending in a lowercase .s @@ -20,7 +20,7 @@ SRC += i2c_protocol.c sensor.c actuator.c cs.c ax12_user.c # 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 = +ASRC = ########################################