diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2018-11-27 12:23:50 +0000 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2018-11-27 13:00:45 +0000 |
commit | 18a700945f200552fbba9ba4b1b519016e1ec3c1 (patch) | |
tree | 2ba62f68ab829a443796c04b6cf3b6ac698bede2 /ArmPkg/Library/StandaloneMmMmuLib | |
parent | 5ee1bcae597be22b4e664ad7a084fae96d92d401 (diff) | |
download | edk2-18a700945f200552fbba9ba4b1b519016e1ec3c1.tar.gz |
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 <leif.lindholm@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'ArmPkg/Library/StandaloneMmMmuLib')
-rw-r--r-- | ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c (renamed from ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c) | 0 | ||||
-rw-r--r-- | ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c index 3095d7125d..3095d7125d 100644 --- a/ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c +++ b/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
|