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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user