From e46be3494a81781eeafb91dbf76da42a6a9cd05e Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 14 Jun 2016 16:40:15 +0800 Subject: [PATCH] IntelFrameworkModulePkg LegacyBiosDxe: Add nasm source file into INF file Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf index 430b7fa3c3..4ca412a344 100644 --- a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf +++ b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf @@ -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 -- 2.39.2