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@xxxxxxxxxxxx> > --- > riscv/Makefile | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > Reviewed-by: Andrew Jones <andrew.jones@xxxxxxxxx>