David Hendricks has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/35819 )
Change subject: meson: Add spi95.c to fix the build ......................................................................
meson: Add spi95.c to fix the build
Reported in issue #105 on github.
Change-Id: Ibe484b4ef60533135fa1e96eb203bb55985d1f8e Signed-off-by: David Hendricks david.hendricks@gmail.com --- M meson.build 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/19/35819/1
diff --git a/meson.build b/meson.build index d778d71..0696ce4 100644 --- a/meson.build +++ b/meson.build @@ -321,6 +321,7 @@ srcs += 'sfdp.c' srcs += 'spi25.c' srcs += 'spi25_statusreg.c' +srcs += 'spi95.c' srcs += 'spi.c' srcs += 'sst28sf040.c' srcs += 'sst49lfxxxc.c'
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35819 )
Change subject: meson: Add spi95.c to fix the build ......................................................................
Patch Set 1: Code-Review+2
David Hendricks has submitted this change. ( https://review.coreboot.org/c/flashrom/+/35819 )
Change subject: meson: Add spi95.c to fix the build ......................................................................
meson: Add spi95.c to fix the build
Reported in issue #105 on github.
Change-Id: Ibe484b4ef60533135fa1e96eb203bb55985d1f8e Signed-off-by: David Hendricks david.hendricks@gmail.com Reviewed-on: https://review.coreboot.org/c/flashrom/+/35819 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M meson.build 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/meson.build b/meson.build index d778d71..0696ce4 100644 --- a/meson.build +++ b/meson.build @@ -321,6 +321,7 @@ srcs += 'sfdp.c' srcs += 'spi25.c' srcs += 'spi25_statusreg.c' +srcs += 'spi95.c' srcs += 'spi.c' srcs += 'sst28sf040.c' srcs += 'sst49lfxxxc.c'