diff options
author | Zhang, Shenglei <shenglei.zhang@intel.com> | 2018-09-14 16:54:35 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-09-25 09:49:11 +0800 |
commit | d5b28edd63f4d0fab087c5d6c9db773e5b5adc7d (patch) | |
tree | ec0f58054d3a4f93b867ee42aa795ac7f4b1fec8 /MdePkg/MdePkg.dsc | |
parent | 0fd04efd01b0b3b8f05048343ab5f6109c66e07a (diff) | |
download | edk2-d5b28edd63f4d0fab087c5d6c9db773e5b5adc7d.tar.gz |
MdePkg: Add a inf path in MdePkg.dsc
DxeRuntimeDebugLibSerialPort.inf is missing in MdePkg.dsc.
So add the path into it.
https://bugzilla.tianocore.org/show_bug.cgi?id=1177
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/MdePkg.dsc')
-rw-r--r-- | MdePkg/MdePkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index c7b93d4c8c..092a756c1f 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -98,8 +98,8 @@ MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
-
MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
+ MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|