summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-23 02:24:30 -0700
committerKeith Packard <keithp@keithp.com>2012-06-23 02:24:30 -0700
commit74f6a1a8c8fa9d5bb8d74c99782310b431dd4727 (patch)
tree84f34c69ce38c847b7b65c8c6d3510ee77117b03
parent566a0c277de01963922cabc80db8ec3a129923bd (diff)
altos: Add ao_viterbi.c to megametrum build
It's not used yet, just wanted to see how big the resulting object file was (492 bytes). Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/megametrum-v0.1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index 5c641e9a..857667b0 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -48,6 +48,7 @@ ALTOS_SRC = \
ao_spi_stm.c \
ao_cc1120.c \
ao_fec_tx.c \
+ ao_viterbi.c \
ao_ms5607.c \
ao_adc_stm.c \
ao_beep_stm.c \