IntelFrameworkModulePkg: Remove X86 ASM and S files
NASM has replaced ASM and S files. 1. Remove ASM from all modules. 2. Remove S files from the drivers only. 3. https://bugzilla.tianocore.org/show_bug.cgi?id=881 After NASM is updated, S files can be removed from Library. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
|
||||
#
|
||||
# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions
|
||||
@@ -41,8 +41,6 @@
|
||||
LegacyPci.c
|
||||
|
||||
[Sources.Ia32]
|
||||
IA32/InterruptTable.S
|
||||
IA32/InterruptTable.asm
|
||||
IA32/InterruptTable.nasm
|
||||
Thunk.c
|
||||
LegacyBootSupport.c
|
||||
@@ -51,8 +49,6 @@
|
||||
|
||||
[Sources.X64]
|
||||
X64/InterruptTable.nasm
|
||||
X64/InterruptTable.asm
|
||||
X64/InterruptTable.S
|
||||
Thunk.c
|
||||
LegacyBootSupport.c
|
||||
LegacyBbs.c
|
||||
|
Reference in New Issue
Block a user