summaryrefslogtreecommitdiff
path: root/ao-tools/ao-usbload
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/ao-usbload
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/ao-usbload')
-rw-r--r--ao-tools/ao-usbload/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/ao-tools/ao-usbload/Makefile.am b/ao-tools/ao-usbload/Makefile.am
index 144e25df..e3b63a85 100644
--- a/ao-tools/ao-usbload/Makefile.am
+++ b/ao-tools/ao-usbload/Makefile.am
@@ -1,5 +1,3 @@
-if LIBSTLINK
-
bin_PROGRAMS=ao-usbload
AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
@@ -12,5 +10,3 @@ ao_usbload_LDADD=$(AO_STMLOAD_LIBS) $(LIBUSB_LIBS) -lelf
ao_usbload_SOURCES=ao-usbload.c ao-usbload.h
man_MANS = ao-usbload.1
-
-endif