Changing source filename to match name changing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6050 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
766f1ff550
commit
71bd74cbf2
|
@ -34,10 +34,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
x86TimerLib.c
|
X86TimerLib.c
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
x86TimerLib.c
|
X86TimerLib.c
|
||||||
|
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Cache Maintenance Library that uses Base Library services to maintain caches.
|
# Cache Maintenance Library that uses Base Library services to maintain caches.
|
||||||
# This library assumes there are no chipset dependencies required to maintain caches.
|
# This library assumes there are no chipset dependencies required to maintain caches.
|
||||||
# Copyright (c) 2007, Intel Corporation
|
# Copyright (c) 2007 - 2008, Intel Corporation
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -31,10 +31,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
x86Cache.c
|
X86Cache.c
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
x86Cache.c
|
X86Cache.c
|
||||||
|
|
||||||
[Sources.IPF]
|
[Sources.IPF]
|
||||||
IpfCache.c
|
IpfCache.c
|
||||||
|
|
Loading…
Reference in New Issue