]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg: Convert to always build FatPkg
authorJordan Justen <jordan.l.justen@intel.com>
Wed, 6 Apr 2016 06:18:57 +0000 (23:18 -0700)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 7 Apr 2016 18:45:45 +0000 (20:45 +0200)
Now that FatPkg is open source (and therefore can be included in the
EDK II tree) we always build and use it directly.

Build and boot tested with GCC 5.3 on X64, but I did not test
attaching a disk image with a FAT filesystem.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Reviewed-by: Andrew Fish <afish@apple.com>
EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg/EmulatorPkg.fdf

index 73bb64cb92f534118e82909d335631ce5a40a989..f516adff638b6d729a2dff6ee66188ab2a5f4f83 100644 (file)
       PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
   }\r
 \r
-!if $(BUILD_FAT)\r
   FatPkg/EnhancedFatDxe/Fat.inf\r
-!endif\r
 \r
 !ifndef $(USE_OLD_SHELL)\r
   ShellPkg/Application/Shell/Shell.inf {\r
index 8ac9098463f63500f943f10c1c454172896c2699..377de59b5a293391f9e2d882acf77c43813789bb 100644 (file)
@@ -203,12 +203,7 @@ INF  MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
 INF  MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
 INF  MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
 \r
-\r
-!if $(BUILD_FAT)\r
 INF FatPkg/EnhancedFatDxe/Fat.inf\r
-!else\r
-INF  RuleOverride = BINARY FatBinPkg/EnhancedFatDxe/Fat.inf\r
-!endif\r
 \r
 !ifndef $(USE_OLD_SHELL)\r
 INF  ShellPkg/Application/Shell/Shell.inf\r