diff options
author | David Hendricks <david.hendricks@gmail.com> | 2019-10-05 12:44:27 -0700 |
---|---|---|
committer | David Hendricks <david.hendricks@gmail.com> | 2019-10-05 20:19:36 +0000 |
commit | 349b5d24345c5a550c0e38cf26452c6338cc1c12 (patch) | |
tree | 3a300f5d2819d91db2a8a0ee3f81c399127065e3 | |
parent | 3d8868c2b46548be6885198987492d91933c9ff7 (diff) | |
download | flashrom-349b5d24345c5a550c0e38cf26452c6338cc1c12.tar.gz flashrom-349b5d24345c5a550c0e38cf26452c6338cc1c12.tar.bz2 flashrom-349b5d24345c5a550c0e38cf26452c6338cc1c12.zip |
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>
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index d778d716..0696ce42 100644 --- a/meson.build +++ b/meson.build @@ -321,6 +321,7 @@ srcs += 'programmer.c' srcs += 'sfdp.c' srcs += 'spi25.c' srcs += 'spi25_statusreg.c' +srcs += 'spi95.c' srcs += 'spi.c' srcs += 'sst28sf040.c' srcs += 'sst49lfxxxc.c' |