mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 21:07:12 -04:00
Update after changes to riscv-compliance repo
This commit is contained in:
parent
5db1864ba9
commit
c2c162c2dd
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ endif
|
|||
|
||||
RUN_TARGET=\
|
||||
$(TARGET_SIM) \
|
||||
+signature=$(work_dir_isa)/$(*)_signature.output \
|
||||
+firmware=$(work_dir_isa)$<.hex 2> $(work_dir_isa)/$@
|
||||
+signature=$(work_dir_isa)/$(*).signature.output \
|
||||
+firmware=$(work_dir_isa)/$<.hex 2> $(work_dir_isa)/$@
|
||||
|
||||
RISCV_PREFIX ?= riscv32-unknown-elf-
|
||||
RISCV_GCC ?= $(RISCV_PREFIX)gcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue