Set telegps USB id to 0025
[fw/altos] / src / telegps-v0.1 / Makefile
index 48caee4d1232bed2318f49281e1b1d4e6836f7bf..aae3766077acf78ce9343ed35a03414b6e8facc8 100644 (file)
@@ -13,9 +13,15 @@ INC = \
        ao_product.h \
        ao_task.h \
        ao_whiten.h \
+       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
 
@@ -44,11 +50,24 @@ ALTOS_SRC = \
        ao_usb_stm.c \
        ao_exti_stm.c \
        ao_serial_stm.c \
-       ao_gps_skytraq.c
+       ao_gps_skytraq.c \
+       ao_cc115l.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 \
+       $(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