use all of the object files

This commit is contained in:
2025-08-28 23:25:45 -06:00
parent b8568acb26
commit 5d8d652c9a
2 changed files with 1 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ jobs:
-c "\
cd tests/${{ matrix.test }} && \
make obj && \
riscv64-unknown-elf-ld -melf32lriscv -T tb.ld test.o -o tb.elf && \
riscv64-unknown-elf-ld -melf32lriscv -T tb.ld *.o -o tb.elf && \
riscv64-unknown-elf-objcopy --target=verilog tb.elf tb.hex && \
echo "done" \
"

View File

@@ -1,7 +1,5 @@
.global _start
.global addathing
.text
_start: