X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=Makefile;h=7fcda32315bc22278422eae397a984a0911b3b5c;hp=e04989368e4d7a8601a166f121a207f68de79717;hb=HEAD;hpb=d590ebe19bfe60a544717606a0ff2b348cc32229 diff --git a/Makefile b/Makefile index e049893..7fcda32 100644 --- 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