[kvm-unit-tests PATCH v3 1/4] riscv: Add "-deps" handling for tests

Andrew Jones andrew.jones at linux.dev
Mon Nov 25 04:52:03 PST 2024


On Mon, Nov 25, 2024 at 12:54:45PM +0100, Clément Léger wrote:
> Some tests uses additional files that needs to be linked in the final
> binary. This is the case for asm-sbi.S which is only used by the sbi
> test. Add a "-deps" per test variable that allows to designate
> additional .o files.
> 
> Signed-off-by: Clément Léger <cleger at rivosinc.com>
> ---
>  riscv/Makefile | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>

Reviewed-by: Andrew Jones <andrew.jones at linux.dev>



More information about the kvm-riscv mailing list