Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/68163 )
Change subject: meson.build: Fix indentation of mstarddc_spi definition ......................................................................
meson.build: Fix indentation of mstarddc_spi definition
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I064b50f87760fd7ad40b3629b3fa68552c8ddb46 Reviewed-on: https://review.coreboot.org/c/flashrom/+/68163 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Thomas Heijligen src@posteo.de Reviewed-by: Angel Pons th3fanbus@gmail.com --- M meson.build 1 file changed, 15 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Thomas Heijligen: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/meson.build b/meson.build index 56ab55c..050631d 100644 --- a/meson.build +++ b/meson.build @@ -304,7 +304,7 @@ 'flags' : [ '-DCONFIG_MEDIATEK_I2C_SPI=1' ], 'default' : false, }, - 'mstarddc_spi' : { + 'mstarddc_spi' : { 'systems' : [ 'linux' ], 'deps' : [ linux_headers ], 'groups' : [ group_i2c ],