X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=c7ea9a75e87aeb8f02fef1054af732609f1a0c22;hp=0000000000000000000000000000000000000000;hb=57895b3bb2fe0582c589685b7df34f3968b346ec;hpb=9a9b64112aee5ab26398b46cb13b7e49c292a355 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c7ea9a7 --- /dev/null +++ b/Makefile @@ -0,0 +1,27 @@ +TARGET = main + +AVERSIVE_DIR ?= ../.. + +# List C source files here. (C dependencies are automatically generated.) +SRC = $(TARGET).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 +SRC += parse_monitor.c +SRC += cmdline.c + +CFLAGS += -W -Wall -Werror + +######################################## + +-include .aversive_conf +include $(AVERSIVE_DIR)/mk/aversive_project.mk