use restore_prio() instead of set_prio()
[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
20 CFLAGS += -W -Wall -Werror
21
22 ########################################
23
24 -include .aversive_conf
25 include $(AVERSIVE_DIR)/mk/aversive_project.mk