From b131c5ac59bbd339a724892586023a43f97c7f90 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 27 Apr 2013 00:37:15 -0700 Subject: [PATCH] altos: Add ao_boot_chain to telemega v0.3 Signed-off-by: Keith Packard --- src/telemega-v0.3/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2