diff options
Diffstat (limited to 'IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf')
-rw-r--r-- | IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf b/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf index a7f10d4262..33e72a65a9 100644 --- a/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf +++ b/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf @@ -1,7 +1,7 @@ ## @file
# Instance of BaseFspDebugLib
#
-# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 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
@@ -28,8 +28,9 @@ DebugLib.c
[Sources.Ia32]
- Ia32/FspDebug.asm | MSFT
- Ia32/FspDebug.s | GCC
+ Ia32/FspDebug.nasm
+ Ia32/FspDebug.asm
+ Ia32/FspDebug.s
[Packages]
MdePkg/MdePkg.dec
|