X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=3ff895f9bf95e75bed1fbd634f5cb274761bd5bf;hb=0373c0e13f4a81426ee5084c0c1ee148bc6b935a;hp=e04989368e4d7a8601a166f121a207f68de79717;hpb=d590ebe19bfe60a544717606a0ff2b348cc32229;p=protos%2Fxbee-avr.git 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