You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
408 B
20 lines
408 B
spike_main_subproject_deps = \
|
|
fdt \
|
|
fesvr \
|
|
softfloat \
|
|
disasm \
|
|
riscv \
|
|
|
|
spike_main_install_prog_srcs = \
|
|
spike.cc \
|
|
spike-log-parser.cc \
|
|
xspike.cc \
|
|
termios-xspike.cc \
|
|
|
|
spike_main_srcs = \
|
|
|
|
spike_main_CFLAGS = -fPIC
|
|
|
|
# This hack adds all symbols from extension.o to spike's dynamic symbol
|
|
# table, which is required for dynamically loaded --extension libraries
|
|
spike_main_LDFLAGS = extension.o
|
|
|