Merge branch 'master-fixes' into stm-flash-fixes
[fw/altos] / src / telegps-v0.1 / Makefile
index c8ab8a9aafe089bc6a8150af1d5d7f1cb3e84afd..2c41235bc1e049538798365f4f0d037438fa6051 100644 (file)
@@ -14,11 +14,14 @@ INC = \
        ao_task.h \
        ao_whiten.h \
        ao_cc115l.h \
-       ao_rf_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
 
@@ -30,6 +33,7 @@ INC = \
 #STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
 
 ALTOS_SRC = \
+       ao_boot_chain.c \
        ao_interrupt.c \
        ao_product.c \
        ao_romconfig.c \
@@ -56,11 +60,15 @@ 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 \
+       $(SAMPLE_PROFILE)
 
 PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS
-IDPRODUCT=0x0024
+IDPRODUCT=0x0025
 
 CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g