diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-11-25 10:31:10 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2021-11-26 10:20:37 +0000 |
commit | 19072dcd6fc762a94a8697d6c5cf3db018fb29c8 (patch) | |
tree | 4c300450ca8f1634b911d85db10c1433ee08cb9e /util/testing | |
parent | 1a55dbf7e98044040df106e335fdd1eba9212ce5 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59664
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'util/testing')
-rw-r--r-- | util/testing/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 0b93425dde..1411c7e4e8 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -54,6 +54,7 @@ amdfwtool \ cbmem \ ectool \ futility \ +ifdtool \ intelmetool \ inteltool \ intelvbttool \ |