mirror of
https://github.com/riscv-software-src/riscv-isa-sim.git
synced 2025-10-14 02:07:30 +08:00

Whereas spike-dasm.cc now instanciates an isa_parser_t, the dependance on libriscv.a has become unconditional.
11 lines
169 B
Makefile
11 lines
169 B
Makefile
spike_dasm_subproject_deps = \
|
|
disasm \
|
|
softfloat \
|
|
riscv \
|
|
|
|
spike_dasm_srcs = \
|
|
spike_dasm_option_parser.cc \
|
|
|
|
spike_dasm_install_prog_srcs = \
|
|
spike-dasm.cc \
|