X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=Makefile;h=3ff895f9bf95e75bed1fbd634f5cb274761bd5bf;hp=e04989368e4d7a8601a166f121a207f68de79717;hb=c17da94fafe8e0fa1a467f0c8fb7922fec8386e5;hpb=58822b8f01bbc479c273d2c440e6415c754cba9e diff --git a/Makefile b/Makefile index e049893..3ff895f 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