mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[FREELDR]: Add startup file for ARM builds as well, so that _start can be the first function in the file.
svn path=/trunk/; revision=49745
This commit is contained in:
parent
492d30fecb
commit
262a3a7945
1 changed files with 5 additions and 0 deletions
|
@ -16,5 +16,10 @@
|
|||
<file>arch.S</file>
|
||||
</directory>
|
||||
</if>
|
||||
<if property="ARCH" value="arm">
|
||||
<directory name="arm">
|
||||
<file first="true">boot.s</file>
|
||||
</directory>
|
||||
</if>
|
||||
</directory>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue