From b1a43ce313c85cb7f8f16f7f0647d9d4320ba692 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 11 Mar 2013 13:21:04 -0700 Subject: 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 --- src/stm-flash/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stm-flash/Makefile') 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 \ -- cgit v1.2.3