Carl-Daniel Hailfinger has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/38659 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Frans Hendriks fhendriks@eltan.com Reviewed-by: David Hendricks david.hendricks@gmail.com Reviewed-by: Edward O'Callaghan quasisec@chromium.org Reviewed-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net --- M meson_options.txt 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified David Hendricks: Looks good to me, approved Carl-Daniel Hailfinger: Looks good to me, but someone else must approve Frans Hendriks: Looks good to me, but someone else must approve Edward O'Callaghan: Looks good to me, approved
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')