summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 00:37:15 -0700
committerKeith Packard <keithp@keithp.com>2013-04-27 00:39:13 -0700
commit0fab541974208591334bbe2dcda4bf0bcb7117bd (patch)
tree1266a2efde844406e3b016f8362840a0fd9d49e8
parentc968b61f193b860fb7b4ef40718a95e1b87e978c (diff)
altos: Add ao_boot_chain to telemega v0.3
Signed-off-by: Keith Packard <keithp@keithp.com>
-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 142f8957..657402df 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 \