[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 1234bd6..53fd6a9 100644 (file)
@@ -3,8 +3,6 @@
 <module name="freeldr_startup" type="objectlibrary">
        <include base="freeldr_startup">include</include>
        <include base="ntoskrnl">include</include>
-       <compilerflag>-fno-inline</compilerflag>
-       <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
        <directory name="arch">
                <if property="ARCH" value="i386">
                        <directory name="i386">
                                <file>arch.S</file>
                        </directory>
                </if>
+               <if property="ARCH" value="arm">
+                       <directory name="arm">
+                               <file first="true">boot.s</file>
+                       </directory>
+               </if>
        </directory>
 </module>