summaryrefslogtreecommitdiffstats
path: root/Tools/CCode
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-03 22:15:50 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-03 22:15:50 +0000
commit64bbd2e3c6b72ed2377efd2df6f41ed16abba0a8 (patch)
tree16d77ff93c845a7fc1e9d8ecc89668aec853e260 /Tools/CCode
parent52be9a3b672c5592bccc6580c3bb0f509b278e22 (diff)
downloadedk2-64bbd2e3c6b72ed2377efd2df6f41ed16abba0a8.tar.gz
edk2-64bbd2e3c6b72ed2377efd2df6f41ed16abba0a8.tar.bz2
edk2-64bbd2e3c6b72ed2377efd2df6f41ed16abba0a8.zip
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
Diffstat (limited to 'Tools/CCode')
-rw-r--r--Tools/CCode/Source/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CCode/Source/build.xml b/Tools/CCode/Source/build.xml
index f222b4abe6..bdd163a194 100644
--- a/Tools/CCode/Source/build.xml
+++ b/Tools/CCode/Source/build.xml
@@ -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>