From: Leif Lindholm Date: Sun, 7 Jun 2020 20:03:43 +0000 (+0100) Subject: ArmPkg: only attempt buildin MmCommunicationDxe for AArch64 X-Git-Tag: edk2-stable202008~352 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6ff7c838d09224dd4e4c9b5b93152d8db1b19740;ds=sidebyside ArmPkg: only attempt buildin MmCommunicationDxe for AArch64 Commit 045e4b84c18f ("ArmPkg/ArmPkg.dsc: Add missing components") adds some components to the ArmPkg.dsc build config, but it adds them to Components.common, and MmCommunicationDxe is AArch64 only. Move it to Components.AARCH64 to stop the ARM build breaking. Cc: Ard Biesheuvel Cc: Michael Kubacki Signed-off-by: Leif Lindholm --- diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index bac1306af6..48059cf38e 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -145,8 +145,8 @@ ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf - ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf [Components.AARCH64] + ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf