aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-02-16 23:19:28 +0100
committerPaul Fertser <fercerpav@gmail.com>2016-12-08 12:52:46 +0000
commitfff81c3baac920dabce4093f53a22bab209bf870 (patch)
treedb3dd5f5e97e6581ded0cd2d7ede095aee291301 /configure.ac
parente311b2f097eee38f9a05eae909b1bce64b58a8ba (diff)
downloadriscv-openocd-fff81c3baac920dabce4093f53a22bab209bf870.zip
riscv-openocd-fff81c3baac920dabce4093f53a22bab209bf870.tar.gz
riscv-openocd-fff81c3baac920dabce4093f53a22bab209bf870.tar.bz2
configure: Remove unused BUILD_BITQ and BUILD_BITBANG define
Change-Id: Ibfb5e414dd77d2ce4b835007722eb18da3820f3a Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3668 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 95d76c9..e7c6ee1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -574,12 +574,6 @@ else
AC_DEFINE([PARPORT_USE_GIVEIO], [0], [0 if you don't want parport to use giveio.])
fi
-if test $build_bitbang = yes; then
- AC_DEFINE([BUILD_BITBANG], [1], [1 if you want a bitbang interface.])
-else
- AC_DEFINE([BUILD_BITBANG], [0], [0 if you don't want a bitbang interface.])
-fi
-
if test $build_jtag_vpi = yes; then
AC_DEFINE([BUILD_JTAG_VPI], [1], [1 if you want JTAG VPI.])
else
@@ -598,12 +592,6 @@ else
AC_DEFINE([BUILD_GW16012], [0], [0 if you don't want the Gateworks GW16012 driver.])
fi
-if test $build_bitq = yes; then
- AC_DEFINE([BUILD_BITQ], [1], [1 if you want a bitq interface.])
-else
- AC_DEFINE([BUILD_BITQ], [0], [0 if you don't want a bitq interface.])
-fi
-
if test $build_oocd_trace = yes; then
AC_DEFINE([BUILD_OOCD_TRACE], [1], [1 if you want the OpenOCD+trace ETM capture driver.])
else