diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-07 23:27:30 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-07 23:27:30 -0800 |
commit | 5fd0dc6f69e7614ba71bbc215b32260a11595af3 (patch) | |
tree | 92aa3e3fc8e15980d3405ed36b96764a26af0d56 /Makefile.am | |
parent | eee9b3ce1e5adae5aa4566050b6d6048344e92c4 (diff) |
ao-tools: Add ao-flash-stm and ao-flash-lpc scripts
These use openocd to download boot loaders to the arm-based products
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bd7772e8..fa4da1fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src doc altoslib libaltos altosuilib altosui micropeak ao-tools ao-utils altosdroid +SUBDIRS=ao-tools src doc altoslib libaltos altosuilib altosui micropeak ao-utils altosdroid EXTRA_DIST = ChangeLog |