]> Zhao Yanbai Git Server - minix.git/commitdiff
Include ext2 ramdisk in build and remove sync
authorDirk Vogt <dirk@minix3.org>
Tue, 1 May 2012 14:51:03 +0000 (16:51 +0200)
committerThomas Veerman <thomas@minix3.org>
Mon, 18 Jun 2012 10:53:26 +0000 (10:53 +0000)
As the ramdisk and ext2 ramdisk don't build anything for the install
and all targets, memory does not have to wait for them anymore.

drivers/Makefile

index 9b18dd1530fc171b62c6e41a03b3f9165b5a0927..825e43538dfbe7c18384c178fb4545846aae4864 100644 (file)
@@ -6,7 +6,7 @@
 .if ${MKIMAGEONLY} == "yes"
 
 # memory driver must be last for ramdisk image
-SUBDIR=        at_wini floppy log tty pci .WAIT ramdisk .WAIT memory
+SUBDIR=        at_wini floppy log tty pci ext2_ramdisk ramdisk memory
 
 .else
 
@@ -14,7 +14,7 @@ SUBDIR=       at_wini floppy log tty pci .WAIT ramdisk .WAIT memory
 SUBDIR+= ahci amddev atl2 at_wini audio dec21140A dp8390 dpeth \
        e1000 fbd filter floppy fxp hello lance log orinoco pci printer \
        random readclock rtl8139 rtl8169 ti1225 tty vbox acpi \
-       .WAIT ramdisk .WAIT memory
+       ext2_ramdisk ramdisk memory
 
 .endif