altosdroid: initial implementation of telemetry logging.
[fw/altos] / src / telemetrum-v0.1-sirf / Makefile
1 #
2 # TeleMetrum v0.1 with SkyTraq GPS build
3 #
4
5 TM_VER=0.1
6 TM_DEF=0_1
7 TM_EXTRA=-sirf
8
9 TM_INC = \
10         ao_25lc1024.h
11
12 TM_SRC = \
13         ao_gps_sirf.c \
14         ao_25lc1024.c
15
16 include ../product/Makefile.telemetrum
17