aboutsummaryrefslogtreecommitdiff
path: root/spike_main/spike_main.mk.in
blob: c842c4ed90ed388f512505c4ea6cca743ca4d719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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