Split out ao_state_names to separate file
[fw/altos] / Makefile
index ab72b413472073c2cb797072708cd912a9bc2ed3..6fda8965dd2a3c6c7d4e0a467eeb8bfb0ee52dbc 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)