diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-08-08 08:55:02 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-08-08 08:55:02 +0000 |
commit | 373fbc64167e080fbe334776877cfba116d62a2d (patch) | |
tree | 55a004f6d06a21bfe4875178060fdc01812be347 /EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf | |
parent | e01a125f15bd9354c0e8a59785880e308c0cfc63 (diff) | |
download | edk2-platforms-373fbc64167e080fbe334776877cfba116d62a2d.tar.xz |
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
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf index de28353320..885e52cb20 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf @@ -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]
|