X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Ftelegps-v0.1%2FMakefile;h=4458724d41a488b5ee51923f436a83f27b1efe08;hp=ae36c9fda7fec8c24300a436a8b59131e3400b43;hb=182ceaac7d91dc6e9ebac6455d5de0c10687796b;hpb=93a9aa703a0173e13b327ed432e6d52e90ebfa1b diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile index ae36c9fd..4458724d 100644 --- a/src/telegps-v0.1/Makefile +++ b/src/telegps-v0.1/Makefile @@ -16,8 +16,12 @@ INC = \ ao_cc115l.h \ ao_fec.h \ stm32l.h \ + ao_sdcard.h \ + ao_bufio.h \ + ao_fat.h \ Makefile + #PROFILE=ao_profile.c #PROFILE_DEF=-DAO_PROFILE=1 @@ -55,7 +59,10 @@ ALTOS_SRC = \ ao_eeprom_stm.c \ ao_sdcard.c \ ao_bufio.c \ - ao_fat.c + ao_fat.c \ + ao_log_fat.c \ + ao_gps_report_mega.c \ + ao_telemetry.c PRODUCT=TeleGPS-v0.1 PRODUCT_DEF=-DTELEGPS