Files
openbios/build.xml
Stefan Reinauer 947d04854c * remove toke, detok and romheaders and add reference to
svn://openbios.org/openbios/fcode-utils where they are located now.

* drop fccc



git-svn-id: svn://coreboot.org/openbios/openbios-devel@80 f158a5a8-5612-0410-a976-696ce0be7e32
2006-09-05 19:37:13 +00:00

15 lines
372 B
XML

<?xml version="1.0"?>
<xmlmake>
<project name="openbios">
<include href="kernel/build.xml"/>
<include href="forth/build.xml"/>
<include href="libc/build.xml"/>
<include href="libgcc/build.xml"/>
<include href="modules/build.xml"/>
<include href="drivers/build.xml"/>
<include href="fs/build.xml"/>
<include href="arch/build.xml"/>
</project>
</xmlmake>