Disable monitor mode before attempting radio test.
[fw/altos] / src / Makefile
index 4575f4435d62c540bc5a9eed4607bc47fa232170..8074d42d5c132a8e44ee6b99f3c60ccbb71f756e 100644 (file)
@@ -43,8 +43,9 @@ ALTOS_DRIVER_SRC = \
        ao_usb.c
 
 TELE_COMMON_SRC = \
-       ao_gps_print.c \
+       ao_dbg.c \
        ao_packet.c \
+       ao_packet_slave.c \
        ao_state.c
 
 #
@@ -52,6 +53,8 @@ TELE_COMMON_SRC = \
 #
 TELE_RECEIVER_SRC =\
        ao_monitor.c \
+       ao_gps_print.c \
+       ao_packet_master.c \
        ao_rssi.c
 
 #
@@ -296,6 +299,8 @@ clean:
 
 install:
 
+uninstall:
+
 ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c