]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - Makefile
move xbee user code in a separate file
[protos/xbee-avr.git] / Makefile
index e04989368e4d7a8601a166f121a207f68de79717..3ff895f9bf95e75bed1fbd634f5cb274761bd5bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ AVERSIVE_DIR ?= ../..
 
 # List C source files here. (C dependencies are automatically generated.)
 SRC = $(TARGET).c
 
 # List C source files here. (C dependencies are automatically generated.)
 SRC = $(TARGET).c
+SRC += xbee_user.c
 SRC += spi_servo.c
 SRC += commands.c
 SRC += commands_gen.c
 SRC += spi_servo.c
 SRC += commands.c
 SRC += commands_gen.c