summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 00:37:15 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commitb131c5ac59bbd339a724892586023a43f97c7f90 (patch)
treeb6aa668acc6f43e687626983652b3529f5fd13d2 /src
parent1695f6af46ea647119d651fc09c97d604d08c736 (diff)
altos: Add ao_boot_chain to telemega v0.3
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/telemega-v0.3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.3/Makefile b/src/telemega-v0.3/Makefile
index 42ea53fc..a5fdd86b 100644
--- a/src/telemega-v0.3/Makefile
+++ b/src/telemega-v0.3/Makefile
@@ -45,6 +45,7 @@ INC = \
#STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
ALTOS_SRC = \
+ ao_boot_chain.c \
ao_interrupt.c \
ao_product.c \
ao_romconfig.c \