summaryrefslogtreecommitdiff
path: root/src/telemega-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-22 20:35:57 -0500
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commitdfc268e0021e1cd3045f73339a749d292a6a6300 (patch)
tree3736895bb7debeff7a6363ce263b085d6ec4b531 /src/telemega-v0.1
parent8ded61d59888c79ef1f94e664b5fb770841a801a (diff)
altos: Use flash loader on all STM products
Includes the boot chain stuff Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemega-v0.1')
-rw-r--r--src/telemega-v0.1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.1/Makefile b/src/telemega-v0.1/Makefile
index 16393ea0..a72d08f2 100644
--- a/src/telemega-v0.1/Makefile
+++ b/src/telemega-v0.1/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 \