]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
authorLeif Lindholm <leif@nuviainc.com>
Sun, 7 Jun 2020 20:03:43 +0000 (21:03 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 7 Jun 2020 21:13:13 +0000 (21:13 +0000)
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 <ard.biesheuvel@arm.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/ArmPkg.dsc

index bac1306af61fa932c9cc20ffa72d2a95b04154df..48059cf38ed3ef37f7c8ccffcc3f5f585872cc6d 100644 (file)
 \r
   ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf\r
   ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf\r
-  ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf\r
 \r
 [Components.AARCH64]\r
+  ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf\r
   ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf\r
   ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf\r