Eliminate SiRF state values from ao-view.
[fw/altos] / src / Makefile
index 9891cdadf708947bf838bd43b2cabe83e9908aa0..8c24e6f43f31625315a13fbd3f4173dbd03d6ac9 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
 
 #
@@ -295,6 +298,8 @@ clean:
 
 install:
 
+uninstall:
+
 ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c