Anastasia Klimchuk submitted this change.
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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' ],
To view, visit change 75171. To unsubscribe, or for help writing mail filters, visit settings.