From 861ce29b2a9e4bba68a41a723f34a784ec39a4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Go=C5=82a=C5=9B?= Date: Wed, 24 Sep 2025 08:30:39 +0200 Subject: [PATCH] edk2/Makefile: Add -v for compiler errors in the output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Gołaś --- payloads/external/edk2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/payloads/external/edk2/Makefile b/payloads/external/edk2/Makefile index e5454bae25d..fcc4e3ccc88 100644 --- a/payloads/external/edk2/Makefile +++ b/payloads/external/edk2/Makefile @@ -43,6 +43,9 @@ endif BUILD_STR += -D BUILD_ARCH=X64 +# Enable compiler errors printing from EDK2 +BUILD_STR += -v + # # EDK II (edk2/master) has the following build options relevant to coreboot: #