altos: Horrible kludge -- disable radio while talking with SD card
[fw/altos] / src / telegps-v0.1 / Makefile
index 8e610db7594cec3e2eb21cd36affa42a3ce02c21..1e551e15e665872affd4c9f178855146b8930385 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
 
@@ -58,7 +62,8 @@ ALTOS_SRC = \
        ao_fat.c \
        ao_log_fat.c \
        ao_gps_report_mega.c \
-       ao_telemetry.c
+       ao_telemetry.c \
+       $(SAMPLE_PROFILE)
 
 PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS