mirror of https://github.com/acidanthera/audk.git
SourceLevelDebugPkg/DebugAgent: Remove AsmFuncs.S in INF
AsmFuncs.S is removed at c7d22535f7
.
And also it should be removed in SecPeiDebugAgentLib.inf and
SmmDebugAgentLib.inf.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
57b6844503
commit
7ed72121b7
|
@ -39,14 +39,12 @@
|
||||||
DebugAgentCommon/DebugMp.h
|
DebugAgentCommon/DebugMp.h
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
DebugAgentCommon/Ia32/AsmFuncs.S
|
|
||||||
DebugAgentCommon/Ia32/AsmFuncs.nasm
|
DebugAgentCommon/Ia32/AsmFuncs.nasm
|
||||||
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
||||||
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
||||||
DebugAgentCommon/Ia32/DebugException.h
|
DebugAgentCommon/Ia32/DebugException.h
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
DebugAgentCommon/X64/AsmFuncs.S
|
|
||||||
DebugAgentCommon/X64/AsmFuncs.nasm
|
DebugAgentCommon/X64/AsmFuncs.nasm
|
||||||
DebugAgentCommon/X64/ArchDebugSupport.h
|
DebugAgentCommon/X64/ArchDebugSupport.h
|
||||||
DebugAgentCommon/X64/ArchDebugSupport.c
|
DebugAgentCommon/X64/ArchDebugSupport.c
|
||||||
|
|
|
@ -39,14 +39,12 @@
|
||||||
DebugAgentCommon/DebugMp.h
|
DebugAgentCommon/DebugMp.h
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
DebugAgentCommon/Ia32/AsmFuncs.S
|
|
||||||
DebugAgentCommon/Ia32/AsmFuncs.nasm
|
DebugAgentCommon/Ia32/AsmFuncs.nasm
|
||||||
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
DebugAgentCommon/Ia32/ArchDebugSupport.h
|
||||||
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
DebugAgentCommon/Ia32/ArchDebugSupport.c
|
||||||
DebugAgentCommon/Ia32/DebugException.h
|
DebugAgentCommon/Ia32/DebugException.h
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
DebugAgentCommon/X64/AsmFuncs.S
|
|
||||||
DebugAgentCommon/X64/AsmFuncs.nasm
|
DebugAgentCommon/X64/AsmFuncs.nasm
|
||||||
DebugAgentCommon/X64/ArchDebugSupport.h
|
DebugAgentCommon/X64/ArchDebugSupport.h
|
||||||
DebugAgentCommon/X64/ArchDebugSupport.c
|
DebugAgentCommon/X64/ArchDebugSupport.c
|
||||||
|
|
Loading…
Reference in New Issue