summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf12
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]