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

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5748 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-08-28 08:21:26 +00:00
parent de4e6bf963
commit f1694d2768
4 changed files with 170 additions and 0 deletions

View File

@@ -99,6 +99,10 @@ COMPONENT_TYPE = LIBRARY
# x64/EfiSetMem.asm | INTEL
# x64/EfiZeroMem.asm | INTEL
x64/EfiCopyMemRep1.S | GCC
x64/EfiSetMemRep4.S | GCC
x64/EfiZeroMemRep4.S | GCC
Math.c
[includes.common]