summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-24 10:19:31 -0700
committerKeith Packard <keithp@keithp.com>2009-04-24 10:19:31 -0700
commitb99315cee4ab796376458a2442cf36806fa4aed3 (patch)
tree7990b62d159cd17add348c5b9d2a5617bb30d13f /Makefile
parentb32f2f0090ff967edac07ae4d7a9895ed0b96d31 (diff)
Update flight algorithm based on data collected from SN-1 Flight 1
This now correctly sequences through the flight data collected from the first TeleMetrum test flight. This also completes up the flight algorithm test harness (ao_flight_test), which runs the flight algorithm on the Linux host from a captured data log.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a391c510..221526f7 100644
--- a/Makefile
+++ b/Makefile
@@ -153,6 +153,8 @@ SYM=$(SRC:.c=.sym)
PROGS=telemetrum.ihx tidongle.ihx teleterra.ihx teledongle.ihx
+HOST_PROGS=ao_flight_test
+
PCDB=$(PROGS:.ihx=.cdb)
PLNK=$(PROGS:.ihx=.lnk)
PMAP=$(PROGS:.ihx=.map)
@@ -162,7 +164,7 @@ PAOM=$(PROGS:.ihx=)
%.rel : %.c $(INC)
$(CC) -c $(CFLAGS) -o$*.rel $*.c
-all: $(PROGS)
+all: $(PROGS) $(HOST_PROGS)
telemetrum.ihx: $(TM_REL) Makefile
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(TM_REL)