altos: Hook APRS up to the radio
[fw/altos] / src / megametrum-v0.1 / Makefile
index 487a643f232ecfee6b7f0078d751aa1d74efe875..25d0ed0399c44071648838c83647d2ee0c306dc3 100644 (file)
@@ -26,7 +26,8 @@ INC = \
        ao_whiten.h \
        ao_sample_profile.h \
        ao_mpu.h \
-       stm32l.h
+       stm32l.h \
+       Makefile
 
 #
 # Common AltOS sources
@@ -89,6 +90,7 @@ ALTOS_SRC = \
        ao_packet.c \
        ao_companion.c \
        ao_pyro.c \
+       ao_aprs.c \
        $(PROFILE) \
        $(SAMPLE_PROFILE) \
        $(STACK_GUARD)