7fcda32315bc22278422eae397a984a0911b3b5c
[protos/xbee-avr.git] / Makefile
1 TARGET = main
2
3 AVERSIVE_DIR ?= ../..
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = $(TARGET).c
7 SRC += xbee_user.c
8 SRC += spi_servo.c
9 SRC += commands.c
10 SRC += commands_gen.c
11 SRC += rc_proto.c
12 SRC += callout.c
13 SRC += parse_neighbor.c
14 SRC += parse_atcmd.c
15 SRC += parse_monitor.c
16 SRC += cmdline.c
17 SRC += beep.c
18 SRC += eeprom_config.c
19 SRC += i2c_protocol.c
20
21 CFLAGS += -W -Wall -Werror
22
23 ########################################
24
25 -include .aversive_conf
26 include $(AVERSIVE_DIR)/mk/aversive_project.mk