summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2023-01-30 11:58:20 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2023-02-21 12:56:22 +0000
commit86babd06276196facd3c0948b466ccb665e846a7 (patch)
tree2c4f23c8a38c2f548b1c72ddc0003b66026e1ac6 /meson.build
parentae07072e0aacc475aade990c77c193826433f07d (diff)
downloadflashrom-86babd06276196facd3c0948b466ccb665e846a7.tar.gz
flashrom-86babd06276196facd3c0948b466ccb665e846a7.tar.bz2
flashrom-86babd06276196facd3c0948b466ccb665e846a7.zip
jedec.c: Move printlock stuff into printlock.c
Change-Id: Iacaa16c81e141aac30feb6871700c4fdc9eec8e9 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/72607 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2f11c3fa2..baa108465 100644
--- a/meson.build
+++ b/meson.build
@@ -61,6 +61,7 @@ srcs = files(
'helpers_fileio.c',
'ich_descriptors.c',
'jedec.c',
+ 'printlock.c',
'layout.c',
'libflashrom.c',
'opaque.c',