mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Compile scsiport.c for freeldr only on x86 builds
svn path=/trunk/; revision=46743
This commit is contained in:
parent
93be8ad5ab
commit
ce7c240a5e
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@
|
|||
<file>disk.c</file>
|
||||
<file>partition.c</file>
|
||||
<file>ramdisk.c</file>
|
||||
<file>scsiport.c</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>scsiport.c</file>
|
||||
</if>
|
||||
</directory>
|
||||
<directory name="fs">
|
||||
<file>ext2.c</file>
|
||||
|
|
Loading…
Reference in a new issue