From 4098ecf5bdbd7400d9cb0e25cab15b046c4b0119 Mon Sep 17 00:00:00 2001 From: Robert Zieba Date: Sat, 14 May 2022 08:01:18 -0600 Subject: [PATCH] util/testing: Remove amdfwread from makefile amdfwread was added to the testing makefile but ended up not becoming a separate tool. This commit removes it from the makefile so that `make distclean` works again. Fixes: 29bc79fddb62c30caa33474ac773ae6a6ec1c4f0 ("util/amdfwtool: Add amdfwread utility") TEST=Ran `make distclean` Signed-off-by: Robert Zieba Change-Id: I2c8b920bc69d6c20558a28515c52a1e9cecebe27 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64348 Reviewed-by: Felix Held Reviewed-by: Raul Rangel Reviewed-by: Werner Zeh Tested-by: build bot (Jenkins) --- util/testing/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 5a81e3bf28..5c9e4d85a9 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -50,7 +50,6 @@ junit.xml: echo TOOLLIST= \ -amdfwread \ amdfwtool \ cbfstool \ cbmem \