From b99315cee4ab796376458a2442cf36806fa4aed3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 24 Apr 2009 10:19:31 -0700 Subject: 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. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3