diff options
author | Keith Packard <keithp@keithp.com> | 2010-10-24 15:36:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-10-24 15:36:06 -0700 |
commit | 02373557cc112682139863fb20432287f5755780 (patch) | |
tree | 90fc16e96423973bb20e1070ff30e3ff4145ba6b /src/Makefile.proto | |
parent | 811ced628d586134224c1b501b40ce9eb435fc7c (diff) |
altos: control TD GPIO pins directly with the 'o' commandgpio
This adds direct access to the teledongle GPIO pins for output.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile.proto')
-rw-r--r-- | src/Makefile.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index b23eb257..0c2a2392 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -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 |