diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-24 10:19:31 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-24 10:19:31 -0700 |
| commit | b99315cee4ab796376458a2442cf36806fa4aed3 (patch) | |
| tree | 7990b62d159cd17add348c5b9d2a5617bb30d13f /Makefile | |
| parent | b32f2f0090ff967edac07ae4d7a9895ed0b96d31 (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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
