Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38853 )
Change subject: util/testing/Makefile.inc: Remove viatool ......................................................................
util/testing/Makefile.inc: Remove viatool
It somehow creeps into `make clean`, but is not used at all.
Change-Id: Ia7e11379a6db650b5190a056226a9101c2be7dec Signed-off-by: Angel Pons th3fanbus@gmail.com --- M util/testing/Makefile.inc 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/38853/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 8e3882f..bf096d3 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -66,8 +66,7 @@ inteltool \ intelvbttool \ nvramtool \ -superiotool \ -viatool +superiotool
TEST_PAYLOADLIST_INTERNAL= \ coreinfo \