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