Add lots more aoview UI bits
[fw/altos] / Makefile
index ab72b413472073c2cb797072708cd912a9bc2ed3..0c2314c40118b182356976fe041cff6ee25fa151 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,13 +44,15 @@ ALTOS_DRIVER_SRC = \
        ao_usb.c
 
 TELE_COMMON_SRC = \
-       ao_gps_print.c
+       ao_gps_print.c \
+       ao_state.c
 
 #
 # Receiver code
 #
 TELE_RECEIVER_SRC =\
-       ao_monitor.c
+       ao_monitor.c \
+       ao_rssi.c
 
 #
 # Shared Tele drivers (on TeleMetrum, TeleTerra, TeleDongle)
@@ -96,7 +98,6 @@ TM_SRC = \
        $(ALTOS_SRC) \
        $(ALTOS_DRIVER_SRC) \
        $(TELE_DRIVER_SRC) \
-       $(TELE_RECEIVER_SRC) \
        $(TELE_COMMON_SRC) \
        $(TM_DRIVER_SRC) \
        $(TM_TASK_SRC) \