From: Keith Packard Date: Sat, 27 Apr 2013 07:37:15 +0000 (-0700) Subject: altos: Add ao_boot_chain to telemega v0.3 X-Git-Tag: 1.2.1~22 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=b131c5ac59bbd339a724892586023a43f97c7f90 altos: Add ao_boot_chain to telemega v0.3 Signed-off-by: Keith Packard --- 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 \