mirror of https://github.com/acidanthera/audk.git
EdkShellPkg/ShellR33.patch: Fixed case in filenames
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13454 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ab742719aa
commit
79fea27247
|
@ -2846,26 +2846,26 @@ diff --ignore-file-name-case -Naur ShellR33/Library/EfiShellLib.inf GccShellR33/
|
|||
- ipf\initplat.c
|
||||
- ipf\palproc.s
|
||||
- ipf\salpal.c
|
||||
+ ipf/math.c
|
||||
+ ipf/initplat.c
|
||||
+ ipf/palproc.s
|
||||
+ ipf/salpal.c
|
||||
+ IPF/math.c
|
||||
+ IPF/initplat.c
|
||||
+ IPF/palproc.s
|
||||
+ IPF/salpal.c
|
||||
|
||||
[sources.EBC]
|
||||
- EBC\math.c
|
||||
- EBC\initplat.c
|
||||
+ EBC/math.c
|
||||
+ EBC/initplat.c
|
||||
+ Ebc/math.c
|
||||
+ Ebc/initplat.c
|
||||
|
||||
[sources.x64]
|
||||
- ipf\math.c
|
||||
- ia32\initplat.c
|
||||
+ ipf/math.c
|
||||
+ ia32/initplat.c
|
||||
+ IPF/math.c
|
||||
+ IA32/initplat.c
|
||||
+
|
||||
+[sources.ARM]
|
||||
+ ipf/math.c
|
||||
+ ia32/initplat.c
|
||||
+ IPF/math.c
|
||||
+ IA32/initplat.c
|
||||
|
||||
[includes.common]
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue