Add igniters and update flight control algorithm
[fw/altos] / Makefile
index 2a6b7adc4f217b4dba59d3b4e2b416de154281dc..a391c510cd56b258f3b2937c066175d706870f97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ TELE_DRIVER_SRC = \
 #
 TM_DRIVER_SRC = \
        ao_adc.c \
 #
 TM_DRIVER_SRC = \
        ao_adc.c \
-       ao_ee.c
+       ao_ee.c \
+       ao_ignite.c
 
 #
 # Tasks run on TeleMetrum
 
 #
 # Tasks run on TeleMetrum
@@ -193,3 +194,6 @@ clean:
        rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM)
 
 install:
        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