X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=Makefile;h=3ff895f9bf95e75bed1fbd634f5cb274761bd5bf;hp=24f4f92e8ebc62a9075784b187f2a8fd3bebf741;hb=704c313fd4d921d356e6fe846554591b03e20de7;hpb=21d10011bc4b009d7a09131b955953fa7aba3815 diff --git a/Makefile b/Makefile index 24f4f92..3ff895f 100644 --- a/Makefile +++ b/Makefile @@ -4,15 +4,11 @@ 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 SRC += rc_proto.c -SRC += xbee_atcmd.c -SRC += xbee.c -SRC += xbee_neighbor.c -SRC += xbee_proto.c -SRC += xbee_stats.c SRC += callout.c SRC += parse_neighbor.c SRC += parse_atcmd.c