diff options
author | Liming Gao <liming.gao@intel.com> | 2016-07-11 11:13:57 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-11 13:20:22 +0800 |
commit | 68d37176a543c9bb15c74229fdfa44cbc6c039ef (patch) | |
tree | 957ecfef12fc4ee460fdc7c8d51218338579068a | |
parent | 9caff8d96134d5fe6dd463162bdbd2846c67ac83 (diff) | |
download | edk2-platforms-68d37176a543c9bb15c74229fdfa44cbc6c039ef.tar.xz |
UefiCpuPkg CpuIo2Dxe: Update INF to refer to NASM source file
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
-rw-r--r-- | UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf index 8af39ff250..920ede7846 100644 --- a/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf +++ b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf @@ -1,7 +1,7 @@ ## @file
# Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
#
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -33,14 +33,12 @@ IoFifo.h
[Sources.IA32]
- Ia32/IoFifo.nasm | GCC
- Ia32/IoFifo.asm | MSFT
- Ia32/IoFifo.asm | INTEL
+ Ia32/IoFifo.nasm
+ Ia32/IoFifo.asm
[Sources.X64]
- X64/IoFifo.nasm | GCC
- X64/IoFifo.asm | MSFT
- X64/IoFifo.asm | INTEL
+ X64/IoFifo.nasm
+ X64/IoFifo.asm
[Packages]
MdePkg/MdePkg.dec
|