summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-07-17 13:58:14 -0700
committerKeith Packard <keithp@keithp.com>2009-07-17 13:58:14 -0700
commit0b35447d05a0c7eaf4fefcbcf0065fe3320bba82 (patch)
tree60d7a42199feaa952cedc2cf41fc718acad199f4 /src/Makefile
parentfef7334bddb9fccfbd6deab7d5d466ab3e76323a (diff)
Add host-side gps protocol testing program
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 29ee4b12..812b1955 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -181,7 +181,7 @@ SYM=$(REL:.rel=.sym)
PROGS= telemetrum.ihx tidongle.ihx \
teleterra.ihx teledongle.ihx
-HOST_PROGS=ao_flight_test
+HOST_PROGS=ao_flight_test ao_gps_test
PCDB=$(PROGS:.ihx=.cdb)
PLNK=$(PROGS:.ihx=.lnk)
@@ -262,3 +262,6 @@ install:
ao_flight_test: ao_flight.c ao_flight_test.c
cc -g -o $@ ao_flight_test.c
+
+ao_gps_test: ao_gps.c ao_gps_test.c ao_host.h
+ cc -g -o $@ ao_gps_test.c -lpthread