X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=Makefile;h=3ff895f9bf95e75bed1fbd634f5cb274761bd5bf;hp=c7ea9a75e87aeb8f02fef1054af732609f1a0c22;hb=c18c4cbfa3c43bc1f4fd1743f77baf82c18437f6;hpb=57895b3bb2fe0582c589685b7df34f3968b346ec diff --git a/Makefile b/Makefile index c7ea9a7..3ff895f 100644 --- a/Makefile +++ b/Makefile @@ -4,20 +4,18 @@ 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 SRC += parse_monitor.c SRC += cmdline.c +SRC += beep.c +SRC += eeprom_config.c CFLAGS += -W -Wall -Werror