Thomas Heijligen has submitted this change. ( https://review.coreboot.org/c/flashrom/+/63757 )
Change subject: util/ich_descriptors_tool: Remove unneeded meson dependencies ......................................................................
util/ich_descriptors_tool: Remove unneeded meson dependencies
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 --- M util/ich_descriptors_tool/meson.build 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Edward O'Callaghan: Looks good to me, approved
diff --git a/util/ich_descriptors_tool/meson.build b/util/ich_descriptors_tool/meson.build index 19097ee..80f4a52 100644 --- a/util/ich_descriptors_tool/meson.build +++ b/util/ich_descriptors_tool/meson.build @@ -4,9 +4,6 @@ 'ich_descriptors_tool.c', '../../ich_descriptors.c', ], - dependencies : [ - deps, - ], include_directories : include_dir, c_args : [ '-DICH_DESCRIPTORS_FROM_DUMP_ONLY',
6 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.