From b264e5089ac44251c8affc9ca3a01abb010828b1 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 6 Oct 2022 11:10:13 +0200 Subject: [PATCH] meson.build: Fix indentation of mstarddc_spi definition Signed-off-by: Felix Singer Change-Id: I064b50f87760fd7ad40b3629b3fa68552c8ddb46 Reviewed-on: https://review.coreboot.org/c/flashrom/+/68163 Tested-by: build bot (Jenkins) Reviewed-by: Thomas Heijligen Reviewed-by: Angel Pons --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 56ab55c63..050631d49 100644 --- a/meson.build +++ b/meson.build @@ -304,7 +304,7 @@ programmer = { 'flags' : [ '-DCONFIG_MEDIATEK_I2C_SPI=1' ], 'default' : false, }, - 'mstarddc_spi' : { + 'mstarddc_spi' : { 'systems' : [ 'linux' ], 'deps' : [ linux_headers ], 'groups' : [ group_i2c ],