[freeldr] Move custom.c, drivemap.c/h, miscboot.c/h to i386 directories
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_base.rbuild
index 1e376d1..2607147 100644 (file)
@@ -7,11 +7,14 @@
        <include base="ntoskrnl">include</include>
        <define name="_NTHAL_" />
        <define name="_NTSYSTEM_" />
-       <compilerflag>-ffreestanding</compilerflag>
-       <compilerflag>-fno-builtin</compilerflag>
-       <compilerflag>-fno-inline</compilerflag>
-       <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
-       <compilerflag>-Os</compilerflag>
+       <group compilerset="gcc">
+               <compilerflag>-fno-inline</compilerflag>
+               <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
+       </group>
+       <directory name="arcemul">
+               <file>mm.c</file>
+               <file>time.c</file>
+       </directory>
        <directory name="cache">
                <file>blocklist.c</file>
                <file>cache.c</file>
        <directory name="disk">
                <file>disk.c</file>
                <file>partition.c</file>
+               <file>ramdisk.c</file>
        </directory>
        <directory name="fs">
                <file>ext2.c</file>
                <file>fat.c</file>
                <file>fs.c</file>
-               <file>fsrec.c</file>
                <file>iso.c</file>
                <file>ntfs.c</file>
        </directory>
@@ -36,9 +39,6 @@
                <file>inifile.c</file>
                <file>parse.c</file>
        </directory>
-       <directory name="math">
-               <file>libgcc2.c</file>
-       </directory>
        <directory name="mm">
                <file>meminit.c</file>
                <file>mm.c</file>
@@ -49,6 +49,7 @@
                <file>archwsup.c</file>
                <file>binhive.c</file>
                <file>reactos.c</file>
+        <file>imageldr.c</file>
        </directory>
        <directory name="rtl">
                <file>bget.c</file>
@@ -84,4 +85,7 @@
        <directory name="include">
                <pch>freeldr.h</pch>
        </directory>
+       <file>options.c</file>
+       <file>linuxboot.c</file>
+       <file>oslist.c</file>
 </module>