altos: Restructure altos build to prepare for multi-arch support
[fw/altos] / src / telebt-v0.1 / Makefile
index d8867b1968618baf423b097a78d0f914402e847a..a34e89126e2f754dde0afd805476bec99e90e204 100644 (file)
@@ -1 +1,19 @@
-include ../Makefile.proto
+#
+# 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
+