altos: Make cc1111 products all depend on ao_arch.h and ao_arch_func.h
[fw/altos] / src / product / Makefile.telemini
index 75beeae480492381320b264dbd2bd89e04f244df..f0ab2b14723e2c6019375df51704c1a354efc0cf 100644 (file)
@@ -15,6 +15,8 @@ endif
 INC = \
        ao.h \
        ao_pins.h \
+       ao_arch.h \
+       ao_arch_funcs.h \
        cc1111.h \
        ao_product.h
 
@@ -22,18 +24,19 @@ CORE_SRC = \
        ao_cmd.c \
        ao_config.c \
        ao_convert.c \
-       ao_flight.c \
+       ao_flight_mm.c \
        ao_kalman.c \
        ao_log.c \
        ao_log_tiny.c \
        ao_mutex.c \
        ao_panic.c \
        ao_report.c \
-       ao_sample.c \
+       ao_sample_mm.c \
        ao_stdio.c \
        ao_storage.c \
        ao_task.c \
-       ao_telemetry.c
+       ao_telemetry.c \
+       ao_freq.c
 
 CC1111_SRC = \
        ao_adc.c \