summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2023-05-12 16:46:38 +0200
committerAnastasia Klimchuk <aklm@chromium.org>2023-05-19 09:04:20 +0000
commit0f541c216ad1c2ed3587353f4122318809e53174 (patch)
tree12b290fb8f410436f4369a5b36ee989d2cf0646a
parenta1decbb5df97ee16f95085d0ed1b9e8b780a9262 (diff)
downloadflashrom-0f541c216ad1c2ed3587353f4122318809e53174.tar.gz
flashrom-0f541c216ad1c2ed3587353f4122318809e53174.tar.bz2
flashrom-0f541c216ad1c2ed3587353f4122318809e53174.zip
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>
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 209feb89e..18359db9a 100644
--- a/meson.build
+++ b/meson.build
@@ -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' ],