ppc64: Don't set Kp bit on SLB
[openbios/afaerber.git] / kernel / build.xml
blob1090cd62e828c91953af39944a131735222905f3
1 <build>
3  <executable name="forthstrap" target="host">
4   <object source="dict.c"/>
5   <object source="bootstrap.c"/>
6   <object source="forth.c"/>
7   <object source="stack.c"/>
8  </executable>
9  
10  <library name="bootstrap" type="static" target="target">
11   <object source="dict.c"/>
12   <object source="forth.c"/>
13   <object source="stack.c"/>
14  </library>
15   
16 </build>