diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-27 00:37:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-27 00:39:13 -0700 |
commit | 0fab541974208591334bbe2dcda4bf0bcb7117bd (patch) | |
tree | 1266a2efde844406e3b016f8362840a0fd9d49e8 | |
parent | c968b61f193b860fb7b4ef40718a95e1b87e978c (diff) |
altos: Add ao_boot_chain to telemega v0.3
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/telemega-v0.3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.3/Makefile b/src/telemega-v0.3/Makefile index 142f8957..657402df 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 \ |