Add Aarch64 support to EdkCompatibilityPkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Harry Liebel <Harry.Liebel@arm.com> Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14533 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
e01a125f15
commit
373fbc6416
@@ -58,6 +58,9 @@ COMPONENT_TYPE = LIBRARY
|
||||
[sources.ARM]
|
||||
Ebc/PerformancePrimitives.c
|
||||
|
||||
[sources.AArch64]
|
||||
Ebc/PerformancePrimitives.c
|
||||
|
||||
|
||||
[includes.common]
|
||||
$(EDK_SOURCE)/Foundation
|
||||
@@ -88,8 +91,11 @@ COMPONENT_TYPE = LIBRARY
|
||||
|
||||
[libraries.ipf]
|
||||
CpuIA64Lib
|
||||
|
||||
[libraries.ARM]
|
||||
CompilerIntrinsicsLib
|
||||
|
||||
[libraries.ARM]
|
||||
CompilerIntrinsicsLib
|
||||
|
||||
[libraries.AArch64]
|
||||
CompilerIntrinsicsLib
|
||||
|
||||
[nmake.common]
|
||||
|
Reference in New Issue
Block a user