diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 07:20:07 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 07:20:07 +0000 |
commit | d90bae09559200ad5170e29550451ac6602c2f17 (patch) | |
tree | f26042f4d6e5c67ddb8a760d8a42e31cb7fccbd2 | |
parent | 7a51cc6b2ca822c23979c53852d4ba4129a90c07 (diff) | |
download | edk2-platforms-d90bae09559200ad5170e29550451ac6602c2f17.tar.xz |
Correct CpuLib.inf format in DSC file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4041 6f19259b-4bc3-4df7-8a09-765794883524
-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 877bb7f528..b1382daacf 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -54,7 +54,7 @@ MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg/Library/BaseLib/BaseLib.inf
- CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
+ MdePkg/Library/CpuLib/CpuLib.inf
MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|