Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59664 )
Change subject: util/testing: Add ifdtool to tools to be tested ......................................................................
util/testing: Add ifdtool to tools to be tested
Ensure that the separate Makefile doesn't break.
Change-Id: I0fbe37dc01e46022c5e6de5629eb99f6b86b0b14 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/testing/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/59664/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 0b93425..1411c7e 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -54,6 +54,7 @@ cbmem \ ectool \ futility \ +ifdtool \ intelmetool \ inteltool \ intelvbttool \