altos: Increase SD card timeout at startup time
[fw/altos] / src / telegps-v0.1 / Makefile
index 26d9eaa06b5ae8c97579eb8b766e30978c869186..4458724d41a488b5ee51923f436a83f27b1efe08 100644 (file)
@@ -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
 
@@ -48,7 +52,17 @@ ALTOS_SRC = \
        ao_serial_stm.c \
        ao_gps_skytraq.c \
        ao_cc115l.c \
-       ao_fec_tx.c
+       ao_fec_tx.c \
+       ao_rfpa0133.c \
+       ao_aprs.c \
+       ao_storage.c \
+       ao_eeprom_stm.c \
+       ao_sdcard.c \
+       ao_bufio.c \
+       ao_fat.c \
+       ao_log_fat.c \
+       ao_gps_report_mega.c \
+       ao_telemetry.c
 
 PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS