Skip to content

Commit

Permalink
meson.build: enable jlink_spi by default
Browse files Browse the repository at this point in the history
Most systems are shipping libjaylink, so try to build the programmer by
default.

Change-Id: I80f204de1bb26f459a38177f54a167db72003dbd
Signed-off-by: Thomas Heijligen <[email protected]>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75171
Reviewed-by: Angel Pons <[email protected]>
Reviewed-by: Anastasia Klimchuk <[email protected]>
Tested-by: build bot (Jenkins) <[email protected]>
  • Loading branch information
heijligen authored and Anastasia Klimchuk committed May 19, 2023
1 parent a1decbb commit 0f541c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit 0f541c2

Please sign in to comment.