aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2022-08-12 12:56:43 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2022-08-25 00:29:00 +0000
commit8f9e910eb342799c582ee2c9569ffb4be6296719 (patch)
treead485edfa2df067c0eae7fbe7c4f6901eee86cd9 /meson.build
parent16744f9e96d0f1e203d4a67ad2bfd0c50e3c437a (diff)
downloadflashrom-8f9e910eb342799c582ee2c9569ffb4be6296719.tar.gz
flashrom-8f9e910eb342799c582ee2c9569ffb4be6296719.tar.bz2
flashrom-8f9e910eb342799c582ee2c9569ffb4be6296719.zip
parallel.c: Consoldiate parallel master registration logic
This is analogous to spi.c and opaque.c however parallel logic was previously never consoldiated. This free's up flashrom.c from namespace pollution. BUG=b:242246291 TEST=builds with both make and meson. Change-Id: Ie08e2e6c51ccef5281386bf7e3df439b91573974 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66651 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de>
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 98283aa2..f07be3e0 100644
--- a/meson.build
+++ b/meson.build
@@ -97,6 +97,7 @@ srcs = files(
'layout.c',
'libflashrom.c',
'opaque.c',
+ 'parallel.c',
'print.c',
'programmer.c',
'programmer_table.c',