altos: Rename *_mm.c back to *.c
[fw/altos] / src / product / Makefile.telenano
index b30ca78970ace6658c0c784e44e58ad8d3b18639..ca719bbf9980e1e4813b5f377c6373438d760675 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 \