diff options
author | Zhiguang Liu <zhiguang.liu@intel.com> | 2019-12-04 08:45:35 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2019-12-05 00:21:35 +0000 |
commit | c9416efeef0d4a0554db01f3fd1cdaede14856d7 (patch) | |
tree | 52042cc252fafe19cb090d4b4938913e3f0e6465 /MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf | |
parent | 6cc63aee53264d4375c2245cd098addc27c08a5a (diff) | |
download | edk2-c9416efeef0d4a0554db01f3fd1cdaede14856d7.tar.gz |
MdeModulePkg: Add ARM/Aarch64 support which were missing
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2382
Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES
in LzmaCustomDecompressLib.inf
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf')
-rw-r--r-- | MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf index e8061f54f9..4ed1d83a40 100644 --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf @@ -25,7 +25,7 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64
+# VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM
#
[Sources]
|