vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / devices / radio / xbee / Makefile
1 #-include .config
2
3 TARGET = xbee
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC  = xbee.c
7 SRC += xbee_atcmd.c
8 SRC += xbee_neighbor.c
9 SRC += xbee_rxtx.c
10 SRC += xbee_stats.c
11
12 ###########################################
13
14 include $(AVERSIVE_DIR)/mk/aversive_module.mk