summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-23 22:17:44 -0700
committerKeith Packard <keithp@keithp.com>2009-04-24 08:39:00 -0700
commitb32f2f0090ff967edac07ae4d7a9895ed0b96d31 (patch)
tree562b7c1ab3127686995dc19cc986fefa672f5c56 /Makefile
parentf155333ae18a25068644792e8940269d9fb28033 (diff)
Add igniters and update flight control algorithm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a6b7adc..a391c510 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ TELE_DRIVER_SRC = \
#
TM_DRIVER_SRC = \
ao_adc.c \
- ao_ee.c
+ ao_ee.c \
+ ao_ignite.c
#
# Tasks run on TeleMetrum
@@ -193,3 +194,6 @@ clean:
rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM)
install:
+
+ao_flight_test: ao_flight.c ao_flight_test.c
+ cc -g -o $@ ao_flight_test.c