diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-10-06 11:10:13 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-10-11 03:28:06 +0000 |
commit | b264e5089ac44251c8affc9ca3a01abb010828b1 (patch) | |
tree | 6783916995db617b5b597227064e2287569e9d53 | |
parent | 053d319141db5954ab1ad34cb9db61983d238134 (diff) | |
download | flashrom-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.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 56ab55c6..050631d4 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 ], |