From: Bin Meng <bin.m...@windriver.com> Now we need to ship the OpenSBI fw_dynamic.elf image for the RISC-V Spike machine, it requires us to create symbolic links for pc-bios/*.elf files.
Signed-off-by: Bin Meng <bin.m...@windriver.com> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Message-Id: <1596439832-29238-2-git-send-email-bmeng...@gmail.com> Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 2acc4d1465..790b21d4a5 100755 --- a/configure +++ b/configure @@ -8545,6 +8545,7 @@ LINKS="$LINKS tests/qemu-iotests/check" LINKS="$LINKS python" for bios_file in \ $source_path/pc-bios/*.bin \ + $source_path/pc-bios/*.elf \ $source_path/pc-bios/*.lid \ $source_path/pc-bios/*.rom \ $source_path/pc-bios/*.dtb \ -- 2.27.0