summaryrefslogtreecommitdiff
path: root/src/stm-flash/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-11 13:21:04 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 20:16:36 -0700
commitb1a43ce313c85cb7f8f16f7f0647d9d4320ba692 (patch)
tree932b1768bc85c5ef5865d6acd61eac22a8584dcc /src/stm-flash/Makefile
parent56a7cbbf51f5c9ebbfe17d1cc30ed807572af3cc (diff)
altos: Clean up boot loader support
Split out code into separate files. Add support for getting back to boot loader from application. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-flash/Makefile')
-rw-r--r--src/stm-flash/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile
index 3c7b4966..e4a2f321 100644
--- a/src/stm-flash/Makefile
+++ b/src/stm-flash/Makefile
@@ -17,6 +17,8 @@ INC = \
#
ALTOS_SRC = \
ao_interrupt.c \
+ ao_boot_chain.c \
+ ao_boot_pin.c \
ao_product.c \
ao_romconfig.c \
ao_task.c \