move xbee user code in a separate file
[protos/xbee-avr.git] / Makefile
index e049893..3ff895f 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
+SRC += xbee_user.c
 SRC += spi_servo.c
 SRC += commands.c
 SRC += commands_gen.c