diff options
author | Liming Gao <liming.gao@intel.com> | 2016-10-31 13:27:19 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-11-03 10:28:40 +0800 |
commit | b782753fa24229d3b677c6fd5ad5594028d14a8b (patch) | |
tree | 0fce20102bd468963d9eda217e1a350c30c73d93 /UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf | |
parent | 00f5e11913a8706a1733da2b591502d59f848a99 (diff) | |
download | edk2-b782753fa24229d3b677c6fd5ad5594028d14a8b.tar.gz edk2-b782753fa24229d3b677c6fd5ad5594028d14a8b.tar.bz2 edk2-b782753fa24229d3b677c6fd5ad5594028d14a8b.zip |
UefiCpuPkg PeiCpuExceptionHandlerLib: Add the missing nasm files in INF
All CpuExceptionHandlerLib library instances use nasm source files.
Cc: Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf')
-rw-r--r-- | UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf index d8a29977a4..7c82219dfa 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf @@ -29,13 +29,15 @@ [Sources.Ia32]
Ia32/ExceptionHandlerAsm.asm
- Ia32/ExceptionHandlerAsm.S |GCC
+ Ia32/ExceptionHandlerAsm.nasm
+ Ia32/ExceptionHandlerAsm.S
Ia32/ArchExceptionHandler.c
Ia32/ArchInterruptDefs.h
[Sources.X64]
X64/ExceptionHandlerAsm.asm
- X64/ExceptionHandlerAsm.S |GCC
+ X64/ExceptionHandlerAsm.nasm
+ X64/ExceptionHandlerAsm.S
X64/ArchExceptionHandler.c
X64/ArchInterruptDefs.h
|