UnixPkg: Use build flag to prevent FatPkg from being required
In the default case we use FatBinPkg from the edk2 tree. "-D COMPILE_BINS" can be used on the command line if FatPkg is present and needs to be built. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11345 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -328,5 +328,7 @@
|
||||
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
||||
}
|
||||
|
||||
!if $(COMPILE_BINS)
|
||||
FatPkg/EnhancedFatDxe/Fat.inf
|
||||
!endif
|
||||
!endif
|
||||
|
Reference in New Issue
Block a user