IntelFrameworkModulePkg LegacyBiosDxe: 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:
Liming Gao 2016-06-14 16:40:15 +08:00
parent e4404f8be1
commit e46be3494a
1 changed files with 2 additions and 0 deletions

View File

@ -43,12 +43,14 @@
[Sources.Ia32]
IA32/InterruptTable.S
IA32/InterruptTable.asm
IA32/InterruptTable.nasm
Thunk.c
LegacyBootSupport.c
LegacyBbs.c
LegacySio.c
[Sources.X64]
X64/InterruptTable.nasm
X64/InterruptTable.asm
X64/InterruptTable.S
Thunk.c