From 18a700945f200552fbba9ba4b1b519016e1ec3c1 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Tue, 27 Nov 2018 12:23:50 +0000 Subject: [PATCH] ArmPkg: fix StandaloneMmMmuLib subdirectory case While this isn't the only Aarch64 directory in the tree, let's keep from adding more of them. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- .../{Aarch64 => AArch64}/ArmMmuStandaloneMmLib.c | 0 ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ArmPkg/Library/StandaloneMmMmuLib/{Aarch64 => AArch64}/ArmMmuStandaloneMmLib.c (100%) diff --git a/ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c similarity index 100% rename from ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c rename to ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c diff --git a/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf b/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf index d589b23603..7219b59e6f 100644 --- a/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf +++ b/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf @@ -22,7 +22,7 @@ PI_SPECIFICATION_VERSION = 0x00010032 [Sources.AARCH64] - Aarch64/ArmMmuStandaloneMmLib.c + AArch64/ArmMmuStandaloneMmLib.c [Packages] ArmPkg/ArmPkg.dec