mirror of https://github.com/acidanthera/audk.git
Use cpu arch macro instead of hard code ia32
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7828 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
34a8fc1077
commit
c0dece4ae2
|
@ -119,7 +119,7 @@ INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
|||
INF DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
|
||||
|
||||
FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
|
||||
SECTION PE32 = FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
|
||||
SECTION PE32 = FatBinPkg/EnhancedFatDxe/$(ARCH)/Fat.efi
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue