]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - Makefile
beep when GPS ready
[protos/xbee-avr.git] / Makefile
index 4883bb423c9b02ba85f5457415d57ba4616be084..7fcda32315bc22278422eae397a984a0911b3b5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,21 +4,19 @@ 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
 SRC += rc_proto.c
-SRC += xbee_atcmd.c
-SRC += xbee.c
-SRC += xbee_neighbor.c
-SRC += xbee_proto.c
-SRC += xbee_stats.c
 SRC += callout.c
 SRC += parse_neighbor.c
 SRC += parse_atcmd.c
 SRC += parse_monitor.c
 SRC += cmdline.c
 SRC += beep.c
+SRC += eeprom_config.c
+SRC += i2c_protocol.c
 
 CFLAGS += -W -Wall -Werror