Add .S file for GCC tool-chain for EfiRuntimeLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5750 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-08-28 09:00:06 +00:00
parent 17b36c32d4
commit b59923ae17
4 changed files with 44 additions and 6 deletions

View File

@@ -38,7 +38,8 @@ COMPONENT_TYPE = LIBRARY
ia32/PlatformIoLib.c
ia32/Fvb.c
ia32/CpuFlushCache.c | MSFT
ia32/CpuFlushCache.asm | INTEL
ia32/CpuFlushCache.asm | INTEL
ia32/CpuFlushCache.S | GCC
[sources.x64]
x64/RuntimeLib.c
@@ -48,6 +49,7 @@ COMPONENT_TYPE = LIBRARY
x64/Fvb.c
x64/RuntimeLibAsm.asm | MSFT
x64/RuntimeLibAsm.asm | INTEL
x64/RuntimeLibAsm.S | GCC
[sources.ipf]
Ipf/RuntimeLib.c