summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/BaseLib.inf
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2016-05-30 18:51:59 -0700
committerLiming Gao <liming.gao@intel.com>2016-06-28 09:49:24 +0800
commit22327b5a1b8bedc2625689275bd483a7ca454180 (patch)
tree6210c19eef04b9f3b51b112c5312ddd1633daf27 /MdePkg/Library/BaseLib/BaseLib.inf
parent649509ef6e2154f88cd89c2752ddaebf29fa92b7 (diff)
downloadedk2-platforms-22327b5a1b8bedc2625689275bd483a7ca454180.tar.xz
MdePkg BaseLib: Convert Ia32/EnableCache.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert Ia32/EnableCache.asm to Ia32/EnableCache.nasm Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.inf')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf
index 3062b8bbe9..61b49a68c8 100644
--- a/MdePkg/Library/BaseLib/BaseLib.inf
+++ b/MdePkg/Library/BaseLib/BaseLib.inf
@@ -344,6 +344,7 @@
Ia32/Thunk16.asm | INTEL
Ia32/EnablePaging64.nasm| INTEL
Ia32/EnablePaging64.asm | INTEL
+ Ia32/EnableCache.nasm| INTEL
Ia32/EnableCache.asm | INTEL
Ia32/DisableCache.asm | INTEL
Ia32/RdRand.nasm| INTEL
@@ -395,6 +396,7 @@
Ia32/RShiftU64.S | GCC
Ia32/LShiftU64.nasm| GCC
Ia32/LShiftU64.S | GCC
+ Ia32/EnableCache.nasm| GCC
Ia32/EnableCache.S | GCC
Ia32/DisableCache.S | GCC
Ia32/RdRand.nasm| GCC