mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg: Removing ipf which is no longer supported from edk2.
Merge [Sources.Ia32, Sources.X64] to [Sources] after removing IPF. Also change other similar parts in this file. Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
1aa9314e3a
commit
667abfaf8a
|
@ -39,7 +39,7 @@
|
|||
# VALID_ARCHITECTURES = IA32 X64
|
||||
#
|
||||
|
||||
[Sources.Ia32, Sources.X64]
|
||||
[Sources]
|
||||
X86TimerLib.c
|
||||
|
||||
[Packages]
|
||||
|
@ -49,11 +49,11 @@
|
|||
[LibraryClasses]
|
||||
BaseLib
|
||||
|
||||
[LibraryClasses.IA32, LibraryClasses.X64]
|
||||
[LibraryClasses]
|
||||
PcdLib
|
||||
DebugLib
|
||||
LocalApicLib
|
||||
|
||||
[Pcd.IA32, Pcd.X64]
|
||||
[Pcd]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES
|
||||
|
||||
|
|
Loading…
Reference in New Issue