Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/38659 )
Change subject: Fix building with meson, again ......................................................................
Fix building with meson, again
Change-Id: Iea40da587729f3975a8901d3933e7567805242c5 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M meson_options.txt 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/38659/1
diff --git a/meson_options.txt b/meson_options.txt index b7633d0..ea87311 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -33,3 +33,4 @@ option('config_satasii', type : 'boolean', value : true, description : 'SiI SATA controllers') option('config_serprog', type : 'boolean', value : true, description : 'serprog') option('config_usbblaster_spi', type : 'boolean', value : true, description : 'Altera USB-Blaster dongles') +option('config_stlinkv3_spi', type : 'boolean', value : true, description : 'STMicroelectronics STLINK-V3')