add code to load/save configuration in eeprom
[protos/xbee-avr.git] / Makefile
index c7ea9a7..24f4f92 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ SRC += parse_neighbor.c
 SRC += parse_atcmd.c
 SRC += parse_monitor.c
 SRC += cmdline.c
+SRC += beep.c
+SRC += eeprom_config.c
 
 CFLAGS += -W -Wall -Werror