mirror of https://github.com/acidanthera/audk.git
MdePkg BaseCpuLib: Make it pass VS ARM build
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Pete Batard <pete@akeo.ie>
This commit is contained in:
parent
63c677e20f
commit
a4e754fcc9
|
@ -4,7 +4,7 @@
|
|||
# CPU Library implemented using ASM functions for IA-32 and X64,
|
||||
# PAL CALLs for IPF, and empty functions for EBC.
|
||||
#
|
||||
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
||||
# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
|
||||
#
|
||||
|
@ -65,6 +65,8 @@
|
|||
[Sources.ARM]
|
||||
Arm/CpuFlushTlb.asm | RVCT
|
||||
Arm/CpuSleep.asm | RVCT
|
||||
Arm/CpuFlushTlb.asm | MSFT
|
||||
Arm/CpuSleep.asm | MSFT
|
||||
Arm/CpuFlushTlb.S | GCC
|
||||
Arm/CpuSleep.S | GCC
|
||||
|
||||
|
|
Loading…
Reference in New Issue