summaryrefslogtreecommitdiff
path: root/ao-tools/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-08 11:07:46 -0800
committerKeith Packard <keithp@keithp.com>2013-12-08 11:07:46 -0800
commitebb36d56c732ffe9cdb8d2ea53d00e1d4ece8f97 (patch)
tree46b321232b9b56cb77d538c49293073d20bdd241 /ao-tools/Makefile.am
parent5fd0dc6f69e7614ba71bbc215b32260a11595af3 (diff)
ao-tools: Allow building without stlink and readline
This adds --without-stlink and --without-readline options to configure to disable these features, and adjusts the build process and code to handle that. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/Makefile.am')
-rw-r--r--ao-tools/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/ao-tools/Makefile.am b/ao-tools/Makefile.am
index 02d6c227..d40648d8 100644
--- a/ao-tools/Makefile.am
+++ b/ao-tools/Makefile.am
@@ -1,4 +1,7 @@
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-load ao-telem ao-send-telem ao-sky-flash \
ao-dumpflash ao-edit-telem ao-dump-up ao-elftohex \
ao-flash
+if LIBSTLINK
+SUBDIRS += ao-stmload
+endif