summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf')
-rwxr-xr-xArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf6
1 files changed, 5 insertions, 1 deletions
diff --git a/ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf b/ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
index 7236db7912..929d789cb7 100755
--- a/ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
+++ b/ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
@@ -6,6 +6,7 @@
#
# Copyright (c) 2006 - 2010, 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>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -27,7 +28,7 @@
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
#
[Sources]
@@ -43,6 +44,9 @@
[Sources.ARM]
Arm/PeCoffLoaderEx.c
+[Sources.AARCH64]
+ AArch64/PeCoffLoaderEx.c
+
[Packages]
MdePkg/MdePkg.dec