summaryrefslogtreecommitdiff
path: root/ao-tools/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-03 16:53:52 -0800
committerKeith Packard <keithp@keithp.com>2013-03-03 16:53:52 -0800
commit3605e97ee918b3f87e4c471906f708c3ea027eef (patch)
tree9b1413a05752e566e43943330fdda1b7489ecc5c /ao-tools/Makefile.am
parent784edcda52d681bbc9302fbc7efb80cb214f71b8 (diff)
ao-tools: Add ao-dumpflash program
This program dumps the entire flash contents of an AltOS device to allow for external analysis. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/Makefile.am')
-rw-r--r--ao-tools/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/ao-tools/Makefile.am b/ao-tools/Makefile.am
index 871b8205..139eea3f 100644
--- a/ao-tools/Makefile.am
+++ b/ao-tools/Makefile.am
@@ -1 +1,3 @@
-SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list ao-load ao-telem ao-stmload ao-send-telem ao-sky-flash
+SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list \
+ ao-load ao-telem ao-stmload ao-send-telem ao-sky-flash \
+ ao-dumpflash