Don't build ext2 ramdisk for cross compilation

. as mkfs.mfs is now cross compilable, we can remove the ext2 ramdisk
  special case for cross compilation.
This commit is contained in:
Thomas Veerman
2012-06-18 09:29:44 +00:00
parent aab6eb7615
commit 39dfb2bc55
8 changed files with 4 additions and 201 deletions

View File

@@ -6,7 +6,7 @@
.if ${MKIMAGEONLY} == "yes"
# memory driver must be last for ramdisk image
SUBDIR= at_wini floppy log tty pci ext2_ramdisk ramdisk memory
SUBDIR= at_wini floppy log tty pci ramdisk memory
.else
@@ -14,13 +14,7 @@ SUBDIR= at_wini floppy log tty pci ext2_ramdisk ramdisk 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 \
memory
.endif
.if ${MKBUILDEXT2RD} != "yes"
SUBDIR+= ramdisk
.else
SUBDIR+= ramdisk_ext2
memory ramdisk
.endif
.include <bsd.subdir.mk>