From: Liming Gao Date: Mon, 31 Oct 2016 05:27:19 +0000 (+0800) Subject: UefiCpuPkg PeiCpuExceptionHandlerLib: Add the missing nasm files in INF X-Git-Tag: edk2-stable201903~5369 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b782753fa24229d3b677c6fd5ad5594028d14a8b;p=mirror_edk2.git UefiCpuPkg PeiCpuExceptionHandlerLib: Add the missing nasm files in INF All CpuExceptionHandlerLib library instances use nasm source files. Cc: Reviewed-by: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Jeff Fan --- 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