Merge remote-tracking branch 'origin/master' into multiarch
[fw/altos] / src / telebt-v0.1 / Makefile
1 #
2 # TeleBT v0.1 build
3 #
4
5 TELEBT_VER=0.1
6 TELEBT_DEF=0_1
7
8 TELEBT_INC = \
9         ao_25lc1024.h
10
11 TELEBT_SRC = \
12         ao_beep.c \
13         ao_log_single.c \
14         ao_log_telem.c \
15         ao_report.c \
16         ao_spi.c \
17         ao_storage.c \
18         ao_m25.c
19
20 include ../product/Makefile.telebt
21