mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
ramulator build fix
This commit is contained in:
parent
b7594edf74
commit
b9328754bc
2 changed files with 7 additions and 4 deletions
|
@ -25,13 +25,16 @@ software:
|
|||
tests:
|
||||
$(MAKE) -C tests
|
||||
|
||||
clean:
|
||||
clean-build:
|
||||
$(MAKE) -C hw clean
|
||||
$(MAKE) -C sim clean
|
||||
$(MAKE) -C kernel clean
|
||||
$(MAKE) -C runtime clean
|
||||
$(MAKE) -C tests clean
|
||||
|
||||
clean: clean-build
|
||||
$(MAKE) -C $(VORTEX_HOME)/third_party clean
|
||||
|
||||
# Install setup
|
||||
KERNEL_INC_DST = $(PREFIX)/kernel/include
|
||||
KERNEL_LIB_DST = $(PREFIX)/kernel/lib$(XLEN)
|
||||
|
|
6
third_party/Makefile
vendored
6
third_party/Makefile
vendored
|
@ -5,12 +5,12 @@ fpnew:
|
|||
softfloat:
|
||||
SPECIALIZE_TYPE=RISCV SOFTFLOAT_OPTS="-fPIC -DSOFTFLOAT_ROUND_ODD -DINLINE_LEVEL=5 -DSOFTFLOAT_FAST_DIV32TO16 -DSOFTFLOAT_FAST_DIV64TO32" $(MAKE) -C softfloat/build/Linux-x86_64-GCC
|
||||
|
||||
ramulator/build:
|
||||
ramulator/libramulator.so:
|
||||
cd ramulator && mkdir -p build && cd build && cmake .. && make -j4
|
||||
ramulator: ramulator/build
|
||||
ramulator: ramulator/libramulator.so
|
||||
|
||||
clean:
|
||||
$(MAKE) -C softfloat/build/Linux-x86_64-GCC clean
|
||||
rm -rf ramulator/build
|
||||
rm -rf ramulator/build ramulator/libramulator.so
|
||||
|
||||
.PHONY: all fpnew softfloat ramulator
|
Loading…
Add table
Add a link
Reference in a new issue