mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00

Change-Id: Ice1437cb294729b6af0e24f0a02692459b7a1412 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/63757 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
12 lines
215 B
Meson
12 lines
215 B
Meson
executable(
|
|
'ich_descriptors_tool',
|
|
sources : [
|
|
'ich_descriptors_tool.c',
|
|
'../../ich_descriptors.c',
|
|
],
|
|
include_directories : include_dir,
|
|
c_args : [
|
|
'-DICH_DESCRIPTORS_FROM_DUMP_ONLY',
|
|
],
|
|
)
|