summaryrefslogtreecommitdiff
path: root/src/product/Makefile.telemini
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-10 15:11:36 -0700
committerKeith Packard <keithp@keithp.com>2012-07-10 15:11:36 -0700
commit1ae3f467a1d7be2fc3b1a45ba12568a3a25a0099 (patch)
tree4492dc5dac4e3c0c56c4c2516bfcc626d483fcbc /src/product/Makefile.telemini
parent702ca87983594880d7926d2317d63802af82746e (diff)
altos: Rename *_mm.c back to *.c
Was just a temporary hack to keep cc1111 products building during MM development. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/Makefile.telemini')
-rw-r--r--src/product/Makefile.telemini4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/product/Makefile.telemini b/src/product/Makefile.telemini
index f0ab2b14..23aed1c7 100644
--- a/src/product/Makefile.telemini
+++ b/src/product/Makefile.telemini
@@ -24,14 +24,14 @@ CORE_SRC = \
ao_cmd.c \
ao_config.c \
ao_convert.c \
- ao_flight_mm.c \
+ ao_flight.c \
ao_kalman.c \
ao_log.c \
ao_log_tiny.c \
ao_mutex.c \
ao_panic.c \
ao_report.c \
- ao_sample_mm.c \
+ ao_sample.c \
ao_stdio.c \
ao_storage.c \
ao_task.c \