]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - Makefile
add a script for xbee tests
[protos/xbee-avr.git] / Makefile
index e04989368e4d7a8601a166f121a207f68de79717..7fcda32315bc22278422eae397a984a0911b3b5c 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
@@ -15,6 +16,7 @@ SRC += parse_monitor.c
 SRC += cmdline.c
 SRC += beep.c
 SRC += eeprom_config.c
+SRC += i2c_protocol.c
 
 CFLAGS += -W -Wall -Werror