diff options
-rw-r--r-- | payloads/external/edk2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/external/edk2/Makefile b/payloads/external/edk2/Makefile index 4cb7f0f32b..ef3327ee0b 100644 --- a/payloads/external/edk2/Makefile +++ b/payloads/external/edk2/Makefile @@ -37,6 +37,8 @@ BUILD_STR += -s endif endif +BUILD_STR += -D BUILD_ARCH=X64 + # # EDK II (edk2/master) has the following build options relevant to coreboot: # |