summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-12-15 23:58:29 -0800
committerKeith Packard <keithp@keithp.com>2009-12-15 23:58:29 -0800
commit7ac8efea5d60b81adccdc1e38ac4c13facfae7c9 (patch)
tree0e49fbcda19e842a63f3f8e3a3520dc3ecfae59d /src/Makefile
parent5481082b18226a0de6b377215b3b330bdbc4a6c6 (diff)
Add --cal to man page
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8c24e6f4..8074d42d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -43,7 +43,7 @@ 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
@@ -53,6 +53,7 @@ TELE_COMMON_SRC = \
#
TELE_RECEIVER_SRC =\
ao_monitor.c \
+ ao_gps_print.c \
ao_packet_master.c \
ao_rssi.c