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:
@@ -5,12 +5,7 @@ SRCS= memory.c imgrd.mfs
|
||||
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
|
||||
MKBUILDEXT2RD?= no
|
||||
|
||||
.if ${MKBUILDEXT2RD} != "yes"
|
||||
RAMDISK_PATH= ${NETBSDSRCDIR}/drivers/ramdisk
|
||||
.else
|
||||
RAMDISK_PATH= ${NETBSDSRCDIR}/drivers/ramdisk_ext2
|
||||
.endif
|
||||
|
||||
DPADD+= ${LIBBLOCKDRIVER} ${LIBCHARDRIVER} ${LIBSYS}
|
||||
LDADD+= -lblockdriver -lchardriver -lsys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user