From 3f53e5daeca4d9257aef017594fd65b379b97a1e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 30 Oct 2010 19:36:29 -0700 Subject: Add initial teleterra implementation. Not a lot of new code here, but it does test the teleterra audio system. Signed-off-by: Keith Packard --- src/Makefile.proto | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Makefile.proto') 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 -- cgit v1.2.3