summaryrefslogtreecommitdiff
path: root/src/telebt-v0.1/Makefile
blob: 90cd3cacf037b3dc4cbc3d6d6998159f5a7f0606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# TeleBT v0.1 build
#

TELEBT_VER=0.1
TELEBT_DEF=0_1

TELEBT_INC = \
	ao_25lc1024.h

TELEBT_SRC = \
	ao_beep.c \
	ao_log_single.c \
	ao_log_telem.c \
	ao_report.c \
	ao_spi.c \
	ao_storage.c \
	ao_m25.c

include ../product/Makefile.telebt