altos: Add 'g' command to ublox GPS code.
[fw/altos] / src / telemetrum-v1.1 / Makefile
index d8867b1968618baf423b097a78d0f914402e847a..e44be7f9ae5c9bfde8b180a857a28fd42ecaabf4 100644 (file)
@@ -1 +1,17 @@
-include ../Makefile.proto
+#
+# 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