aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/edk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/edk2/Makefile')
-rw-r--r--payloads/external/edk2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/external/edk2/Makefile b/payloads/external/edk2/Makefile
index 045ef09dc7..4a854c9b29 100644
--- a/payloads/external/edk2/Makefile
+++ b/payloads/external/edk2/Makefile
@@ -11,7 +11,9 @@ export PACKAGES_PATH := $(EDK2_PATH)
BUILD_STR = -p UefiPayloadPkg/UefiPayloadPkg.dsc
BUILD_STR += -t COREBOOT
BUILD_STR += -D BOOTLOADER=COREBOOT
+ifneq ($(CONFIG_EDK2_VERBOSE_BUILD),y)
BUILD_STR += -q -s
+endif
#
# EDK II has the following build options relevant to coreboot: