Anastasia Klimchuk has submitted this change. ( https://review.coreboot.org/c/flashrom/+/75171 )
(
5 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: meson.build: enable jlink_spi by default ......................................................................
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 --- M meson.build 1 file changed, 17 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Anastasia Klimchuk: Looks good to me, approved
diff --git a/meson.build b/meson.build index 209feb8..18359db 100644 --- a/meson.build +++ b/meson.build @@ -326,7 +326,6 @@ 'groups' : [ group_jlink, group_external ], 'srcs' : files('jlink_spi.c'), 'flags' : [ '-DCONFIG_JLINK_SPI=1' ], - 'default' : false, }, 'linux_mtd' : { 'systems' : [ 'linux' ],