mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[HAL]
Fix rbuild files svn path=/branches/ros-amd64-bringup/; revision=46469
This commit is contained in:
parent
42f403f39d
commit
67e1375139
2 changed files with 4 additions and 16 deletions
|
@ -27,24 +27,17 @@
|
|||
<file>sysinfo.c</file>
|
||||
<file>timer.c</file>
|
||||
<file>usage.c</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="i386">
|
||||
<file>portio.c</file>
|
||||
<file>systimer.S</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>bios.c</file>
|
||||
<file>halinit.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>pic.c</file>
|
||||
<file>trap.S</file>
|
||||
<directory name="i386">
|
||||
<file>portio.c</file>
|
||||
<file>systimer.S</file>
|
||||
<file>v86.s</file>
|
||||
<file>trap.S</file>
|
||||
</directory>
|
||||
</if>
|
||||
<if property="ARCH" value="amd64">
|
||||
<directory name="amd64">
|
||||
<file>x86bios.c</file>
|
||||
<file>halinit.c</file>
|
||||
<file>irq.S</file>
|
||||
<file>misc.c</file>
|
||||
|
@ -81,6 +74,7 @@
|
|||
<file>sysbus.c</file>
|
||||
</directory>
|
||||
<file>beep.c</file>
|
||||
<file>bios.c</file>
|
||||
<file>cmos.c</file>
|
||||
<file>dma.c</file>
|
||||
<file>display.c</file>
|
||||
|
@ -106,7 +100,7 @@
|
|||
<file>apic.c</file>
|
||||
<file>systimer.S</file>
|
||||
<file>usage.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
</if>
|
||||
</directory>
|
||||
<directory name="up">
|
||||
|
|
|
@ -13,11 +13,5 @@
|
|||
<file>pic.c</file>
|
||||
<file>processor.c</file>
|
||||
</directory>
|
||||
<directory name="up">
|
||||
<file>processor.c</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>irq.S</file>
|
||||
</if>
|
||||
</directory>
|
||||
</module>
|
||||
</group>
|
||||
|
|
Loading…
Reference in a new issue