summaryrefslogtreecommitdiff
path: root/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2013-12-11 08:22:43 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2013-12-11 08:22:43 +0000
commit4db0b65c06430382d9328012f9538065c5aa78b5 (patch)
treea568561175135d3eaad7321110d88d578aeb885a /SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
parent7476ad722c4212f66a06ca0aabfabce27b82eae1 (diff)
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
Diffstat (limited to 'SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf')
-rw-r--r--SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
index fa485bcf18..9310ccfe83 100644
--- a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
+++ b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
@@ -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]