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: #