blob: e44be7f9ae5c9bfde8b180a857a28fd42ecaabf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# AltOS build
#
#
TM_VER=1.1
TM_DEF=1_1
TM_INC =
TM_SRC = \
ao_companion.c \
ao_gps_skytraq.c \
ao_gps_show.c \
ao_m25.c
include ../product/Makefile.telemetrum
|