summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.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/DebugAgent/SmmDebugAgentLib.inf
parent7476ad722c4212f66a06ca0aabfabce27b82eae1 (diff)
downloadedk2-4db0b65c06430382d9328012f9538065c5aa78b5.tar.gz
edk2-4db0b65c06430382d9328012f9538065c5aa78b5.tar.bz2
edk2-4db0b65c06430382d9328012f9538065c5aa78b5.zip
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/DebugAgent/SmmDebugAgentLib.inf')
-rw-r--r--SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
index 2878c3189f..048481ebaa 100644
--- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
+++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
@@ -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