diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-11 13:21:04 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-07 20:16:36 -0700 |
| commit | b1a43ce313c85cb7f8f16f7f0647d9d4320ba692 (patch) | |
| tree | 932b1768bc85c5ef5865d6acd61eac22a8584dcc /src/stm-demo/Makefile | |
| parent | 56a7cbbf51f5c9ebbfe17d1cc30ed807572af3cc (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-demo/Makefile')
| -rw-r--r-- | src/stm-demo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index ab12f47b..e6cd55e4 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -17,6 +17,7 @@ INC = \ # ALTOS_SRC = \ ao_interrupt.c \ + ao_boot_chain.c \ ao_product.c \ ao_romconfig.c \ ao_cmd.c \ |
