mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
compile x86Bios functions only for amd64
svn path=/branches/ros-amd64-bringup/; revision=44935
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<file>reboot.c</file>
|
||||
<file>sysinfo.c</file>
|
||||
<file>timer.c</file>
|
||||
<file>x86bios.c</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>bios.c</file>
|
||||
<file>halinit.c</file>
|
||||
@@ -37,6 +36,7 @@
|
||||
</directory>
|
||||
</if>
|
||||
<if property="ARCH" value="amd64">
|
||||
<file>x86bios.c</file>
|
||||
<directory name="amd64">
|
||||
<file>halinit.c</file>
|
||||
<file>irq.s</file>
|
||||
|
||||
Reference in New Issue
Block a user