Remove GenFvMap from the build since it does not compile under gcc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2163 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2007-01-03 22:15:50 +00:00
parent 52be9a3b67
commit 64bbd2e3c6
1 changed files with 2 additions and 2 deletions

View File

@ -252,8 +252,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<target name="Tools" depends="Libraries">
<subant target="" inheritall="true">
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
excludes="${Libs}"/>
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
excludes="${Libs} GenFvMap/build.xml"/>
</subant>
</target>