mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg S3Resume2Pei: Add nasm source file into INF file.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
b3cfdef49e
commit
ac6229a7b8
|
@ -37,11 +37,13 @@
|
|||
|
||||
[Sources.IA32]
|
||||
Ia32/AsmFuncs.asm
|
||||
Ia32/AsmFuncs.S | GCC
|
||||
Ia32/AsmFuncs.nasm
|
||||
Ia32/AsmFuncs.S
|
||||
|
||||
[Sources.X64]
|
||||
X64/AsmFuncs.asm
|
||||
X64/AsmFuncs.S | GCC
|
||||
X64/AsmFuncs.nasm
|
||||
X64/AsmFuncs.S
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
Loading…
Reference in New Issue