X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2FMakefile.proto;h=04b708b2e46f7ca64d674d6d97b54ec44960011b;hp=ca68edbcba016322c3f80db92f8ac8fbe489c32f;hb=c1760cebd47d0f03808f3204c0fcb1183f754e50;hpb=72a03baa73698fc1213a74320e6253c2380dd8fa diff --git a/src/Makefile.proto b/src/Makefile.proto index ca68edbc..04b708b2 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -238,7 +238,7 @@ TNANO_BASE_SRC = \ $(TNANO_MAIN_SRC) # -# Sources for TeleDongle +# Sources for TeleBluetooth # TBT_MAIN_SRC = \ @@ -255,6 +255,12 @@ TBT_BASE_SRC = \ $(DBG_SRC) \ $(TBT_MAIN_SRC) +TBT_V_0_1_SRC = \ + $(TBT_BASE_SRC) \ + $(SPI_DRIVER_SRC) \ + $(M25_DRIVER_SRC) \ + ao_log_telem.c + # # TI Dongle sources #