altos: Get CC115L radio working.
[fw/altos] / src / telegps-v0.1 / Makefile
index 48caee4d1232bed2318f49281e1b1d4e6836f7bf..ae36c9fda7fec8c24300a436a8b59131e3400b43 100644 (file)
@@ -13,6 +13,8 @@ INC = \
        ao_product.h \
        ao_task.h \
        ao_whiten.h \
+       ao_cc115l.h \
+       ao_fec.h \
        stm32l.h \
        Makefile
 
@@ -44,7 +46,16 @@ 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
 
 PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS