summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Csm
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-06-14 16:40:15 +0800
committerLiming Gao <liming.gao@intel.com>2016-06-28 09:52:21 +0800
commite46be3494a81781eeafb91dbf76da42a6a9cd05e (patch)
treede6b624e32671da7f9a37e9b1560326d08214c90 /IntelFrameworkModulePkg/Csm
parente4404f8be140f411847c4c62089afc83c8385e3e (diff)
downloadedk2-e46be3494a81781eeafb91dbf76da42a6a9cd05e.zip
edk2-e46be3494a81781eeafb91dbf76da42a6a9cd05e.tar.gz
edk2-e46be3494a81781eeafb91dbf76da42a6a9cd05e.tar.bz2
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>
Diffstat (limited to 'IntelFrameworkModulePkg/Csm')
-rw-r--r--IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
index 430b7fa..4ca412a 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