Fix the EMBEDFS_FORMAT helper variable for riscv64.

It was defined with the wrong MACHINE_ARCH previously.  This permits
using an MFS image without defining MD_ROOT_SIZE which has various
benefits (one being that the build is able to treat the MFS image as
a dependency and properly re-link the kernel with the new image when
building with NO_CLEAN).

MFC after:	2 weeks
Sponsored by:	DARPA
This commit is contained in:
John Baldwin 2019-10-02 21:49:39 +00:00
parent 4faa50e5c2
commit 5c7a45bb14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353023

View File

@ -322,7 +322,7 @@ EMBEDFS_FORMAT.mips?= elf32-tradbigmips
EMBEDFS_FORMAT.mipsel?= elf32-tradlittlemips
EMBEDFS_FORMAT.mips64?= elf64-tradbigmips
EMBEDFS_FORMAT.mips64el?= elf64-tradlittlemips
EMBEDFS_FORMAT.riscv?= elf64-littleriscv
EMBEDFS_FORMAT.riscv64?= elf64-littleriscv
.endif
.endif