summaryrefslogtreecommitdiff
path: root/UnixPkg/UnixPkg.dsc
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-05 08:08:23 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-05 08:08:23 +0000
commit2dcef689963d9f975b0d792e677c2d43cf3cc995 (patch)
treefdea84fc092e76238ec30916228b55c18319a010 /UnixPkg/UnixPkg.dsc
parentb80022da3b54bda5de3da298a56a7ec0e5873384 (diff)
downloadedk2-platforms-2dcef689963d9f975b0d792e677c2d43cf3cc995.tar.xz
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
Diffstat (limited to 'UnixPkg/UnixPkg.dsc')
-rw-r--r--UnixPkg/UnixPkg.dsc4
1 files changed, 3 insertions, 1 deletions
diff --git a/UnixPkg/UnixPkg.dsc b/UnixPkg/UnixPkg.dsc
index 7673a30730..76e0e9898a 100644
--- a/UnixPkg/UnixPkg.dsc
+++ b/UnixPkg/UnixPkg.dsc
@@ -327,5 +327,7 @@
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
}
- #FatPkg/EnhancedFatDxe/Fat.inf
+!if $(COMPILE_BINS)
+ FatPkg/EnhancedFatDxe/Fat.inf
+!endif