altos: Rename *_mm.c back to *.c
[fw/altos] / src / product / Makefile.telemini
index 75beeae480492381320b264dbd2bd89e04f244df..23aed1c7dcb3b44eadb4dec86067c6ff9a4031d6 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
 
@@ -33,7 +35,8 @@ CORE_SRC = \
        ao_stdio.c \
        ao_storage.c \
        ao_task.c \
-       ao_telemetry.c
+       ao_telemetry.c \
+       ao_freq.c
 
 CC1111_SRC = \
        ao_adc.c \