1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 06:01:16 +02:00

meson.build: enable jlink_spi by default

Most systems are shipping libjaylink, so try to build the programmer by
default.

Change-Id: I80f204de1bb26f459a38177f54a167db72003dbd
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75171
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Thomas Heijligen
2023-05-12 16:46:38 +02:00
committed by Anastasia Klimchuk
parent a1decbb5df
commit 0f541c216a

View File

@ -326,7 +326,6 @@ programmer = {
'groups' : [ group_jlink, group_external ],
'srcs' : files('jlink_spi.c'),
'flags' : [ '-DCONFIG_JLINK_SPI=1' ],
'default' : false,
},
'linux_mtd' : {
'systems' : [ 'linux' ],