Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/49226 )
Change subject: util/testing: remove genprof target ......................................................................
util/testing: remove genprof target
commit 8c99c27df10f6c5a120e41ffb0948e357f5a2d20 removed util/genprof, so it needs to be dropped here as well to avoid spurious breakages of the build.
Change-Id: I420b5c43e2d97373a8e665f457463a06e16ecfb9 Signed-off-by: Felix Held felix-coreboot@felixheld.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/49226 Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Felix Singer felixsinger@posteo.net Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/testing/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Raul Rangel: Looks good to me, approved
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index da6db60..c530fa8 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -55,7 +55,6 @@ cbmem \ ectool \ futility \ -genprof \ intelmetool \ inteltool \ intelvbttool \