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