altos: control TD GPIO pins directly with the 'o' command
[fw/altos] / src / Makefile.proto
index b23eb2571255cdfea257e88c386393b0869a4ab7..0c2a2392b65f0c7ed57597035f906543c749ba21 100644 (file)
@@ -166,11 +166,15 @@ TT_SRC = \
 TD_MAIN_SRC = \
        ao_teledongle.c
 
+TD_DRIVER_SRC = \
+       ao_pins.c
+
 TD_SRC = \
        $(ALTOS_SRC) \
        $(ALTOS_DRIVER_SRC) \
        $(TELE_RECEIVER_SRC) \
        $(TELE_COMMON_SRC) \
+       $(TD_DRIVER_SRC) \
        $(TD_MAIN_SRC)
 
 include Makefile.defs