]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
configure: hide build issue of amt_jtagaccel driver by disabling it master next
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 3 Jun 2025 08:34:29 +0000 (10:34 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 7 Jun 2025 10:23:57 +0000 (10:23 +0000)
commit4732e40637682a805956fd99832c151a9d4a691e
tree724365875ef3d4c3f31ae83d4e15ffb9b6fd5b0f
parent1347b693a508179db5b19279cd6a37753fe0dfd5
configure: hide build issue of amt_jtagaccel driver by disabling it

With commit d8a2f6dbcf5f ("configure.ac: show the Amontec
JTAG-Accelerator driver in the config summary") the driver
amt_jtagaccel is now build by default on Linux.
This highlights the dependency of some include files, dependency
that is not properly managed and that can cause build failure.

The driver is queued to be dropped soon, so there is no real
interest to fix the dependencies.

Change the default so the driver is not built if the user does not
require it at configure time.

Change-Id: Ifb74e2c802abda290efbf59ca4ce02048c94e6f8
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8939
Reviewed-by: R. Diez <rdiez-2006@rd10.de>
Tested-by: jenkins
configure.ac