altos/fox: Add MRAM and SD card drivers
[fw/altos] / src / fox1ihu / Makefile
index 714a308b84329b8f0d9a7cc957979bca0b411889..aa5c6b4a8a3c606b59e02d404c6e608696fb90c4 100644 (file)
@@ -11,8 +11,13 @@ INC = \
        ao_arch_funcs.h \
        ao_pins.h \
        ao_product.h \
+       ao_watchdog.h \
+       ao_storage.h \
        ao_task.h \
        stm32l.h \
+       ao_sdcard.h \
+       ao_bufio.h \
+       ao_fat.h \
        Makefile
 
 #PROFILE=ao_profile.c
@@ -41,7 +46,13 @@ ALTOS_SRC = \
        ao_usb_stm.c \
        ao_exti_stm.c \
        ao_adc_stm.c \
-       ao_data.c
+       ao_data.c \
+       ao_storage.c \
+       ao_mr25.c \
+       ao_sdcard.c \
+       ao_bufio.c \
+       ao_fat.c \
+       ao_watchdog.c
 
 PRODUCT=Fox1IHU-v1
 PRODUCT_DEF=-DFOX