diff options
| author | Keith Packard <keithp@keithp.com> | 2012-06-22 23:12:02 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-22 23:12:02 -0700 |
| commit | cbf79a0f9cb859d04e8e03d627219cb2bf49611f (patch) | |
| tree | 420ab8f785f7cdbd8ae6c219b517fb5122379724 /src/test/Makefile | |
| parent | 75e4521ec42a368cebc67a07f8713d7a854ea265 (diff) | |
altos: Add the simplest possible viterbi decoder
I think I understand how it works now. It's not exactly speedy, and it
uses a lot of memory.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/Makefile')
| -rw-r--r-- | src/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 3e308dd7..024a54c1 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -40,5 +40,5 @@ ao_convert_pa_test: ao_convert_pa_test.c ao_convert_pa.c altitude-pa.h ao_kalman.h: $(KALMAN) (cd .. && make ao_kalman.h) -ao_fec_tx_test: ao_fec_tx_test.c ao_fec_tx.c - cc $(CFLAGS) -o $@ ao_fec_tx_test.c ../drivers/ao_fec_tx.c +ao_fec_tx_test: ao_fec_tx_test.c ao_fec_tx.c ao_viterbi.c + cc $(CFLAGS) -o $@ ao_fec_tx_test.c ../core/ao_fec_tx.c ../core/ao_viterbi.c -lm |
