Added freeldr and hal from PPC branch, along with needed headers and
[reactos.git] / reactos / hal / hal.rbuild
1 <group>
2 <directory name="hal">
3 <xi:include href="hal/hal.rbuild" />
4 </directory>
5 <if property="ARCH" value="i386">
6 <directory name="halx86">
7 <xi:include href="halx86/directory.rbuild" />
8 </directory>
9 </if>
10 <if property="ARCH" value="powerpc">
11 <directory name="halppc">
12 <xi:include href="halppc/directory.rbuild" />
13 </directory>
14 </if>
15 </group>