From 6ff7c838d09224dd4e4c9b5b93152d8db1b19740 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Sun, 7 Jun 2020 21:03:43 +0100 Subject: [PATCH] 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 --- ArmPkg/ArmPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2