mirror of https://github.com/acidanthera/audk.git
Remove the optional "Target" according to Extended INF spec 0.42.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3698 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f9e097d4e3
commit
44acc27575
|
@ -34,11 +34,11 @@
|
|||
#
|
||||
|
||||
[Binaries.Ia32]
|
||||
UEFI_APP|RELEASE|ia32/Shell.efi
|
||||
UEFI_APP|ia32/Shell.efi
|
||||
|
||||
[Binaries.X64]
|
||||
UEFI_APP|RELEASE|x64/Shell.efi
|
||||
UEFI_APP|x64/Shell.efi
|
||||
|
||||
[Binaries.IPF]
|
||||
UEFI_APP|RELEASE|ipf/Shell.efi
|
||||
UEFI_APP|ipf/Shell.efi
|
||||
|
Loading…
Reference in New Issue