mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
dc5cbfe932
commit
f3c0b7d186
1 changed files with 1 additions and 6 deletions
|
@ -30,12 +30,7 @@ clean-all:
|
|||
$(MAKE) -C tests clean-all
|
||||
|
||||
# Install setup
|
||||
KERNEL_DIRS = $(PREFIX)/kernel/include $(PREFIX)/kernel/lib
|
||||
RUNTIME_DIRS = $(PREFIX)/runtime/include $(PREFIX)/runtime/lib
|
||||
KERNEL_LIB = kernel/libvortex.a
|
||||
RUNTIME_LIB = runtime/stub/libvortex.so
|
||||
|
||||
KERNEL_LIB_DST = $(PREFIX)/kernel/lib
|
||||
KERNEL_LIB_DST = $(PREFIX)/kernel/lib$(XLEN)
|
||||
RUNTIME_LIB_DST = $(PREFIX)/runtime/lib
|
||||
KERNEL_INC_DST = $(PREFIX)/kernel/include
|
||||
RUNTIME_INC_DST = $(PREFIX)/runtime/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue