summaryrefslogtreecommitdiff
path: root/src/Makefile.proto
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-10-30 19:36:29 -0700
committerKeith Packard <keithp@keithp.com>2010-10-30 19:36:29 -0700
commit3f53e5daeca4d9257aef017594fd65b379b97a1e (patch)
tree691bf5573ed0ef5060bfc26f6ac84ed7267c65e3 /src/Makefile.proto
parent811ced628d586134224c1b501b40ce9eb435fc7c (diff)
Add initial teleterra implementation.
Not a lot of new code here, but it does test the teleterra audio system. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile.proto')
-rw-r--r--src/Makefile.proto8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto
index b23eb257..2365030b 100644
--- a/src/Makefile.proto
+++ b/src/Makefile.proto
@@ -147,6 +147,10 @@ TI_SRC = \
TT_MAIN_SRC = \
ao_teleterra.c
+
+TT_TASK_SRC = \
+ ao_terraui.c
+
#
# All sources for TeleTerra
#
@@ -156,8 +160,8 @@ TT_SRC = \
$(TELE_RECEIVER_SRC) \
$(TELE_DRIVER_SRC) \
$(TELE_COMMON_SRC) \
- $(TT_MAIN_SRC)
-
+ $(TT_MAIN_SRC) \
+ $(TT_TASK_SRC)
#
# Sources for TeleDongle