David Hendricks has uploaded this change for review.

View Change

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'

To view, visit change 35819. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ibe484b4ef60533135fa1e96eb203bb55985d1f8e
Gerrit-Change-Number: 35819
Gerrit-PatchSet: 1
Gerrit-Owner: David Hendricks <david.hendricks@gmail.com>
Gerrit-MessageType: newchange