[FREELDR]: Add startup file for ARM builds as well, so that _start can be the first...
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_startup.rbuild
index 836ecf6..53fd6a9 100644 (file)
                                <file>arch.S</file>
                        </directory>
                </if>
                                <file>arch.S</file>
                        </directory>
                </if>
+               <if property="ARCH" value="arm">
+                       <directory name="arm">
+                               <file first="true">boot.s</file>
+                       </directory>
+               </if>
        </directory>
 </module>
        </directory>
 </module>