diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-27 05:43:22 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-27 05:43:22 +0000 |
commit | fbf172be3764594a38c48e7a692aeb5fd65eaaea (patch) | |
tree | 356bc2bdc758e23d468218ea7428963bb2433cb8 /EdkCompatibilityPkg/Foundation/Library/Dxe | |
parent | d18156ec05210ccb5062985d5e6b080436d876e6 (diff) | |
download | edk2-platforms-fbf172be3764594a38c48e7a692aeb5fd65eaaea.tar.xz |
Changing source filename to match name changing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6026 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf index 66e84f5742..afdb3af5fa 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf @@ -44,10 +44,10 @@ COMPONENT_TYPE = LIBRARY ../Hob/Hob.c
[sources.ia32]
- ia32/PerformancePrimitives.c
+ Ia32/PerformancePrimitives.c
[sources.x64]
- x64/PerformancePrimitives.c
+ X64/PerformancePrimitives.c
[sources.ipf]
Ipf/PerformancePrimitives.s
|