altos: Add the simplest possible viterbi decoder
[fw/altos] / src / test / Makefile
index 3e308dd7fe17ad02af1eecf246ccd590fa014f1f..024a54c1321055f11ab7246a029e1397b2981f72 100644 (file)
@@ -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