summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-22 15:55:01 -0700
committerKeith Packard <keithp@keithp.com>2009-04-22 15:55:01 -0700
commit9b7788f18bbaf3c4e5ebbf6c5ebd926468b0e045 (patch)
tree5bc74f6cf4b472a86cc65d1ad1894b262cc999bc
parent61cee50c86e275f9fde875bd317c3e74255394ec (diff)
Clean up TeleTerra files
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8059404..5c3dccc2 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,8 @@ SRC = \
$(TELE_COMMON_SRC) \
$(TM_DRIVER_SRC) \
$(TM_TASK_SRC) \
- $(TI_TASK_SRC)
+ $(TI_TASK_SRC) \
+ $(TT_TASK_SRC)
TM_REL=$(TM_SRC:.c=.rel)
TI_REL=$(TI_SRC:.c=.rel)