From: Dirk Vogt Date: Tue, 1 May 2012 14:51:03 +0000 (+0200) Subject: Include ext2 ramdisk in build and remove sync X-Git-Tag: v3.2.1~526 X-Git-Url: http://zhaoyanbai.com/repos/%22/xml/v3/status/static/gitweb.js?a=commitdiff_plain;h=ed4df03113a63607aae8b3c231226eaa89a9ea78;p=minix.git Include ext2 ramdisk in build and remove sync 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. --- diff --git a/drivers/Makefile b/drivers/Makefile index 9b18dd153..825e43538 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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