summaryrefslogtreecommitdiff
path: root/src/test/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-05-27 17:44:01 -0600
committerKeith Packard <keithp@keithp.com>2012-05-27 17:44:01 -0600
commit29edf6d901432a1afc65900ff599c963edac5a2b (patch)
tree6d1c699865c52ea5a473266766756387f0e20dc4 /src/test/Makefile
parent5fd869b244f8f2b76258dc31a5507a73fd47cf1d (diff)
altos: Make telescience-v0.1 build with new ao_data struct
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/Makefile')
-rw-r--r--src/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 3c2b8732..1e54f5e0 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -13,10 +13,10 @@ clean:
install:
-ao_flight_test: ao_flight_test.c ao_host.h ao_flight.c ao_sample.c ao_kalman.c altitude.h ao_kalman.h
+ao_flight_test: ao_flight_test.c ao_host.h ao_flight_mm.c ao_sample_mm.c ao_kalman.c altitude.h ao_kalman.h
cc $(CFLAGS) -o $@ $<
-ao_flight_test_noisy_accel: ao_flight_test.c ao_host.h ao_flight.c ao_sample.c ao_kalman.c altitude.h ao_kalman.h
+ao_flight_test_noisy_accel: ao_flight_test.c ao_host.h ao_flight_mm.c ao_sample_mm.c ao_kalman.c altitude.h ao_kalman.h
cc -DNOISY_ACCEL=1 $(CFLAGS) -o $@ $<
ao_flight_test_baro: ao_flight_test.c ao_host.h ao_flight.c ao_sample.c ao_kalman.c altitude.h ao_kalman.h