altos: Add 'g' command to ublox GPS code.
[fw/altos] / src / telemetrum-v1.1 / Makefile
1 #
2 # AltOS build
3 #
4 #
5
6 TM_VER=1.1
7 TM_DEF=1_1
8
9 TM_INC =
10
11 TM_SRC = \
12         ao_companion.c \
13         ao_gps_skytraq.c \
14         ao_gps_show.c \
15         ao_m25.c
16
17 include ../product/Makefile.telemetrum