mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
git-svn-id: svn://coreboot.org/openbios/openbios-devel@58 f158a5a8-5612-0410-a976-696ce0be7e32
11 lines
282 B
XML
11 lines
282 B
XML
<?xml version="1.0"?>
|
|
<build>
|
|
<include href="x86/build.xml"/>
|
|
<include href="amd64/build.xml"/>
|
|
<include href="ppc/build.xml"/>
|
|
<include href="ia64/build.xml"/>
|
|
<include href="unix/build.xml"/>
|
|
<include href="sparc32/build.xml"/>
|
|
<include href="sparc64/build.xml"/>
|
|
</build>
|