summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-08-18 22:35:15 -0700
committerKeith Packard <keithp@keithp.com>2009-08-18 22:35:15 -0700
commit29687cbd462a332d9a36ed87500c5b737dcae3f4 (patch)
treeb762cc4fc6f44487656f4a95ac92df013b0f7f19 /src/Makefile
parent7d4ceb75a454e6c9b3fe0bd934fadcb5104dea36 (diff)
Handle GPS satellite tracking data
SiRF message #4 includes signal strength and GPS engine state for each of the satellites being tracked. This data is now parsed and sent to eeprom and the radio. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 297f676b..9cc322a2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -260,8 +260,8 @@ clean:
install:
-ao_flight_test: ao_flight.c ao_flight_test.c
+ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
cc -g -o $@ ao_flight_test.c
-ao_gps_test: ao_gps.c ao_gps_test.c ao_host.h
+ao_gps_test: ao_gps.c ao_gps_test.c ao_gps_print.c ao_host.h
cc -g -o $@ ao_gps_test.c