altos/telemega-v1.0: Add fakeflight support
[fw/altos] / src / telemega-v1.0 / Makefile
index 7a0c1195d534fb682a4715922ca000a5724c926d..60bd2dbace943dcd184f9adbf8bd9dfeec007613 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_boot.h \
        ao_companion.h \
        ao_data.h \
        ao_sample.h \
@@ -30,6 +31,7 @@ INC = \
        ao_mpu.h \
        stm32l.h \
        math.h \
+       ao_ms5607_convert.c \
        Makefile
 
 #
@@ -113,6 +115,7 @@ ALTOS_SRC = \
        ao_companion.c \
        ao_pyro.c \
        ao_aprs.c \
+       ao_fake_flight.c \
        $(MATH_SRC) \
        $(PROFILE) \
        $(SAMPLE_PROFILE) \