strat db
[aversive.git] / projects / microb2010 / ballboard / Makefile
index afa396b..9f197fd 100644 (file)
@@ -8,10 +8,10 @@ CFLAGS += -Werror
 LDFLAGS = -T ../common/avr6.x
 
 # List C source files here. (C dependencies are automatically generated.)
 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 += 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
 
 # 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.
 # 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 =
 
 ########################################
 
 
 ########################################