diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-27 00:37:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-07 21:30:26 -0700 |
commit | b131c5ac59bbd339a724892586023a43f97c7f90 (patch) | |
tree | b6aa668acc6f43e687626983652b3529f5fd13d2 | |
parent | 1695f6af46ea647119d651fc09c97d604d08c736 (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/Makefile | 1 |
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 \ |