diff options
author | Robert Zieba <robertzieba@google.com> | 2022-05-14 08:01:18 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-16 15:56:50 +0000 |
commit | 4098ecf5bdbd7400d9cb0e25cab15b046c4b0119 (patch) | |
tree | 55f2e13ea491db91f448aee7c70d5325b7d0a0bf | |
parent | 727bebb095c589860008ab41310aae9c1d6fcf19 (diff) |
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 <robertzieba@google.com>
Change-Id: I2c8b920bc69d6c20558a28515c52a1e9cecebe27
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64348
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | util/testing/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |