summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-10-06 11:10:13 +0200
committerFelix Singer <felixsinger@posteo.net>2022-10-11 03:28:06 +0000
commitb264e5089ac44251c8affc9ca3a01abb010828b1 (patch)
tree6783916995db617b5b597227064e2287569e9d53
parent053d319141db5954ab1ad34cb9db61983d238134 (diff)
downloadflashrom-b264e5089ac44251c8affc9ca3a01abb010828b1.tar.gz
flashrom-b264e5089ac44251c8affc9ca3a01abb010828b1.tar.bz2
flashrom-b264e5089ac44251c8affc9ca3a01abb010828b1.zip
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>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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 ],