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

TELEBT_VER=0.1
TELEBT_DEF=0_1

TELEBT_INC = \
	ao_25lc1024.h

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

include ../product/Makefile.telebt