summaryrefslogtreecommitdiff
path: root/ao-tools/ao-usbload
diff options
context:
space:
mode:
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