summaryrefslogtreecommitdiff
path: root/ao-tools/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-03-18 11:15:57 -0700
committerKeith Packard <keithp@keithp.com>2016-03-18 11:15:57 -0700
commitf393482ec47e857db654fa071d4df95e98dab381 (patch)
tree423a7cd98f161814d920f43626c69f6025b3ec0b /ao-tools/Makefile.am
parent1d7f88bf7521fa6d301da072f95f97fa42d9d247 (diff)
ao-tools: Add ao-makebin
This constructs a raw binary or DFU format file for use with dfu-util, which can be used with a bare STM processor to load code before the boot loader is available. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/Makefile.am')
-rw-r--r--ao-tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/Makefile.am b/ao-tools/Makefile.am
index dad85e83..fb554857 100644
--- a/ao-tools/Makefile.am
+++ b/ao-tools/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list \
ao-dumpflash ao-edit-telem ao-dump-up ao-elftohex \
ao-flash ao-usbload ao-test-igniter ao-test-baro \
ao-test-flash ao-cal-accel ao-test-gps ao-usbtrng \
- ao-cal-freq ao-chaosread
+ ao-cal-freq ao-chaosread ao-makebin
if LIBSTLINK
SUBDIRS += ao-stmload
endif