Remove HAL entry point (HalInitSystem) from generic lib, and move it to generic libs that handle different build flags.
This fixes HAL MP entry point, for example

svn path=/trunk/; revision=51090
This commit is contained in:
Pierre Schweitzer 2011-03-19 13:59:23 +00:00
parent 115d07d686
commit 5f2514cd75
3 changed files with 6 additions and 1 deletions

View file

@ -21,7 +21,6 @@
<file>usage.c</file>
<if property="ARCH" value="i386">
<file>bios.c</file>
<file>halinit.c</file>
<directory name="i386">
<file>portio.c</file>
<file>systimer.S</file>

View file

@ -18,6 +18,9 @@
<file>pcibus.c</file>
</directory>
</directory>
<if property="ARCH" value="i386">
<file>halinit.c</file>
</if>
</directory>
</module>
</group>

View file

@ -19,6 +19,9 @@
<file>bussupp.c</file>
<file>halpcat.c</file>
</directory>
<if property="ARCH" value="i386">
<file>halinit.c</file>
</if>
</directory>
</module>
</group>