Enable packet-based communcation to command processor
[fw/altos] / src / Makefile
index 9891cdadf708947bf838bd43b2cabe83e9908aa0..d984e9dc334011ce434d8a566010b92db297f4db 100644 (file)
@@ -44,6 +44,8 @@ ALTOS_DRIVER_SRC = \
 
 TELE_COMMON_SRC = \
        ao_gps_print.c \
+       ao_packet.c \
+       ao_packet_slave.c \
        ao_state.c
 
 #
@@ -51,6 +53,7 @@ TELE_COMMON_SRC = \
 #
 TELE_RECEIVER_SRC =\
        ao_monitor.c \
+       ao_packet_master.c \
        ao_rssi.c
 
 #