mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
15 lines
370 B
XML
15 lines
370 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<xmlmake>
|
||
|
|
<project name="openbios">
|
||
|
|
<include href="kernel/build.xml"/>
|
||
|
|
<include href="toke/build.xml"/>
|
||
|
|
<include href="forth/build.xml"/>
|
||
|
|
<include href="libc/build.xml"/>
|
||
|
|
<include href="modules/build.xml"/>
|
||
|
|
<include href="drivers/build.xml"/>
|
||
|
|
<include href="fs/build.xml"/>
|
||
|
|
<include href="arch/build.xml"/>
|
||
|
|
</project>
|
||
|
|
</xmlmake>
|
||
|
|
|