use xbee module from aversive
[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 += spi_servo.c
8 SRC += commands.c
9 SRC += commands_gen.c
10 SRC += rc_proto.c
11 SRC += callout.c
12 SRC += parse_neighbor.c
13 SRC += parse_atcmd.c
14 SRC += parse_monitor.c
15 SRC += cmdline.c
16 SRC += beep.c
17 SRC += eeprom_config.c
18
19 CFLAGS += -W -Wall -Werror
20
21 ########################################
22
23 -include .aversive_conf
24 include $(AVERSIVE_DIR)/mk/aversive_project.mk