diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-17 02:36:06 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-17 02:36:06 +0000 |
commit | e057ce1bbadacce9d50aa01b5b1eb491130d31df (patch) | |
tree | 4232933e7404123980c1450249fb3644b7885892 /MdePkg | |
parent | 965e8d54d92df63a9b400ad34a3583a27ef00a64 (diff) | |
download | edk2-platforms-e057ce1bbadacce9d50aa01b5b1eb491130d31df.tar.xz |
Fix the duplicate module in dsc file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4395 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdePkg.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index 696950b389..e232efb7f9 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -79,7 +79,6 @@ MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
- MdePkg/Library/PeiHobLib/PeiHobLib.inf
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|