diff options
author | Liming Gao <liming.gao@intel.com> | 2016-06-14 16:40:15 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-28 09:52:21 +0800 |
commit | e46be3494a81781eeafb91dbf76da42a6a9cd05e (patch) | |
tree | de6b624e32671da7f9a37e9b1560326d08214c90 /IntelFrameworkModulePkg/Csm | |
parent | e4404f8be140f411847c4c62089afc83c8385e3e (diff) | |
download | edk2-platforms-e46be3494a81781eeafb91dbf76da42a6a9cd05e.tar.xz |
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.inf | 2 |
1 files changed, 2 insertions, 0 deletions
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
|