diff options
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf')
-rw-r--r-- | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 11fffce3ab..49473941ec 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -6,7 +6,7 @@ # MMIO requests are forwarded directly to memory.
#
# Copyright (c) 2007 - 2008, Intel Corporation.<BR>
-# Portions Copyright (c) 2008-2009 Apple Inc.<BR> +# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -51,9 +51,9 @@ [Sources.IPF]
IoLibIpf.c
-[Sources.ARM] - IoLibArm.c - +[Sources.ARM]
+ IoLibArm.c
+
[Packages]
MdePkg/MdePkg.dec
|