reactos/reactos/boot/boot.rbuild
evb fc22be1381 - ARM LLB for OMAP3/Beagle (test with QEMU-Maemo) and Versatile (test with QEMU).
- Boots to blue screen with white text to indicate checkpoint.
- More cleanup/work needed.
- Will post Wiki on testing info soon.

svn path=/trunk/; revision=45372
2010-02-01 18:33:24 +00:00

16 lines
462 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="freeldr">
<xi:include href="freeldr/freeldr.rbuild" />
</directory>
<if property="ARCH" value="arm">
<directory name="armllb">
<xi:include href="armllb/armllb.rbuild" />
</directory>
</if>
<directory name="bootdata">
<xi:include href="bootdata/bootdata.rbuild" />
</directory>
</group>