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>gitignore-build
parent
e311b2f097
commit
fff81c3baa
12
configure.ac
12
configure.ac
|
@ -574,12 +574,6 @@ else
|
||||||
AC_DEFINE([PARPORT_USE_GIVEIO], [0], [0 if you don't want parport to use giveio.])
|
AC_DEFINE([PARPORT_USE_GIVEIO], [0], [0 if you don't want parport to use giveio.])
|
||||||
fi
|
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
|
if test $build_jtag_vpi = yes; then
|
||||||
AC_DEFINE([BUILD_JTAG_VPI], [1], [1 if you want JTAG VPI.])
|
AC_DEFINE([BUILD_JTAG_VPI], [1], [1 if you want JTAG VPI.])
|
||||||
else
|
else
|
||||||
|
@ -598,12 +592,6 @@ else
|
||||||
AC_DEFINE([BUILD_GW16012], [0], [0 if you don't want the Gateworks GW16012 driver.])
|
AC_DEFINE([BUILD_GW16012], [0], [0 if you don't want the Gateworks GW16012 driver.])
|
||||||
fi
|
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
|
if test $build_oocd_trace = yes; then
|
||||||
AC_DEFINE([BUILD_OOCD_TRACE], [1], [1 if you want the OpenOCD+trace ETM capture driver.])
|
AC_DEFINE([BUILD_OOCD_TRACE], [1], [1 if you want the OpenOCD+trace ETM capture driver.])
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue