mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[HAL]
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:
parent
115d07d686
commit
5f2514cd75
3 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
<file>pcibus.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>halinit.c</file>
|
||||
</if>
|
||||
</directory>
|
||||
</module>
|
||||
</group>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue