mirror of https://github.com/acidanthera/audk.git
Correct INF file to make module pass ICC compiler.
Signed-off-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14961 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7476ad722c
commit
4db0b65c06
|
@ -42,12 +42,12 @@
|
|||
|
||||
[Sources.IA32]
|
||||
IA32/RdRandWord.c
|
||||
IA32/AsmRdRand.asm | MSFT
|
||||
IA32/AsmRdRand.asm
|
||||
IA32/GccRdRand.c | GCC
|
||||
|
||||
[Sources.X64]
|
||||
X64/RdRandWord.c
|
||||
X64/AsmRdRand.asm | MSFT
|
||||
X64/AsmRdRand.asm
|
||||
X64/GccRdRand.c | GCC
|
||||
|
||||
[Packages]
|
||||
|
|
|
@ -42,14 +42,14 @@
|
|||
|
||||
[Sources.Ia32]
|
||||
DebugAgentCommon/Ia32/AsmFuncs.S | GCC
|
||||
DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT
|
||||
DebugAgentCommon/Ia32/AsmFuncs.asm
|
||||
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
||||
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
||||
DebugAgentCommon/Ia32/DebugException.h
|
||||
|
||||
[Sources.X64]
|
||||
DebugAgentCommon/X64/AsmFuncs.S | GCC
|
||||
DebugAgentCommon/X64/AsmFuncs.asm | MSFT
|
||||
DebugAgentCommon/X64/AsmFuncs.asm
|
||||
DebugAgentCommon/X64/ArchDebugSupport.h
|
||||
DebugAgentCommon/X64/ArchDebugSupport.c
|
||||
DebugAgentCommon/X64/DebugException.h
|
||||
|
|
|
@ -39,14 +39,14 @@
|
|||
|
||||
[Sources.Ia32]
|
||||
DebugAgentCommon/Ia32/AsmFuncs.S | GCC
|
||||
DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT
|
||||
DebugAgentCommon/Ia32/AsmFuncs.asm
|
||||
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
||||
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
||||
DebugAgentCommon/Ia32/DebugException.h
|
||||
|
||||
[Sources.X64]
|
||||
DebugAgentCommon/X64/AsmFuncs.S | GCC
|
||||
DebugAgentCommon/X64/AsmFuncs.asm | MSFT
|
||||
DebugAgentCommon/X64/AsmFuncs.asm
|
||||
DebugAgentCommon/X64/ArchDebugSupport.h
|
||||
DebugAgentCommon/X64/ArchDebugSupport.c
|
||||
DebugAgentCommon/X64/DebugException.h
|
||||
|
|
|
@ -39,14 +39,14 @@
|
|||
|
||||
[Sources.Ia32]
|
||||
DebugAgentCommon/Ia32/AsmFuncs.S | GCC
|
||||
DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT
|
||||
DebugAgentCommon/Ia32/AsmFuncs.asm
|
||||
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
||||
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
||||
DebugAgentCommon/Ia32/DebugException.h
|
||||
|
||||
[Sources.X64]
|
||||
DebugAgentCommon/X64/AsmFuncs.S | GCC
|
||||
DebugAgentCommon/X64/AsmFuncs.asm | MSFT
|
||||
DebugAgentCommon/X64/AsmFuncs.asm
|
||||
DebugAgentCommon/X64/ArchDebugSupport.h
|
||||
DebugAgentCommon/X64/ArchDebugSupport.c
|
||||
DebugAgentCommon/X64/DebugException.h
|
||||
|
|
|
@ -33,12 +33,12 @@
|
|||
|
||||
[Sources.IA32]
|
||||
Ia32/IntHandlerFuncs.c
|
||||
Ia32/IntHandler.asm | MSFT
|
||||
Ia32/IntHandler.asm
|
||||
Ia32/IntHandler.S | GCC
|
||||
|
||||
[Sources.X64]
|
||||
X64/IntHandlerFuncs.c
|
||||
X64/IntHandler.asm | MSFT
|
||||
X64/IntHandler.asm
|
||||
X64/IntHandler.S | GCC
|
||||
|
||||
[Packages]
|
||||
|
|
|
@ -29,13 +29,13 @@
|
|||
#
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/ExceptionHandlerAsm.asm |MSFT
|
||||
Ia32/ExceptionHandlerAsm.asm
|
||||
Ia32/ExceptionHandlerAsm.S |GCC
|
||||
Ia32/ArchExceptionHandler.c
|
||||
Ia32/ArchInterruptDefs.h
|
||||
|
||||
[Sources.X64]
|
||||
X64/ExceptionHandlerAsm.asm |MSFT
|
||||
X64/ExceptionHandlerAsm.asm
|
||||
X64/ExceptionHandlerAsm.S |GCC
|
||||
X64/ArchExceptionHandler.c
|
||||
X64/ArchInterruptDefs.h
|
||||
|
|
|
@ -29,13 +29,13 @@
|
|||
#
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/ExceptionHandlerAsm.asm |MSFT
|
||||
Ia32/ExceptionHandlerAsm.asm
|
||||
Ia32/ExceptionHandlerAsm.S |GCC
|
||||
Ia32/ArchExceptionHandler.c
|
||||
Ia32/ArchInterruptDefs.h
|
||||
|
||||
[Sources.X64]
|
||||
X64/ExceptionHandlerAsm.asm |MSFT
|
||||
X64/ExceptionHandlerAsm.asm
|
||||
X64/ExceptionHandlerAsm.S |GCC
|
||||
X64/ArchExceptionHandler.c
|
||||
X64/ArchInterruptDefs.h
|
||||
|
|
|
@ -29,13 +29,13 @@
|
|||
#
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/ExceptionHandlerAsm.asm |MSFT
|
||||
Ia32/ExceptionHandlerAsm.asm
|
||||
Ia32/ExceptionHandlerAsm.S |GCC
|
||||
Ia32/ArchExceptionHandler.c
|
||||
Ia32/ArchInterruptDefs.h
|
||||
|
||||
[Sources.X64]
|
||||
X64/ExceptionHandlerAsm.asm |MSFT
|
||||
X64/ExceptionHandlerAsm.asm
|
||||
X64/ExceptionHandlerAsm.S |GCC
|
||||
X64/ArchExceptionHandler.c
|
||||
X64/ArchInterruptDefs.h
|
||||
|
|
|
@ -34,11 +34,11 @@
|
|||
S3Resume.c
|
||||
|
||||
[Sources.IA32]
|
||||
Ia32/AsmFuncs.asm | MSFT
|
||||
Ia32/AsmFuncs.asm
|
||||
Ia32/AsmFuncs.S | GCC
|
||||
|
||||
[Sources.X64]
|
||||
X64/AsmFuncs.asm | MSFT
|
||||
X64/AsmFuncs.asm
|
||||
X64/AsmFuncs.S | GCC
|
||||
|
||||
[Packages]
|
||||
|
|
Loading…
Reference in New Issue