We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5cbfe commit f3c0b7dCopy full SHA for f3c0b7d
Makefile.in
@@ -30,12 +30,7 @@ clean-all:
30
$(MAKE) -C tests clean-all
31
32
# Install setup
33
-KERNEL_DIRS = $(PREFIX)/kernel/include $(PREFIX)/kernel/lib
34
-RUNTIME_DIRS = $(PREFIX)/runtime/include $(PREFIX)/runtime/lib
35
-KERNEL_LIB = kernel/libvortex.a
36
-RUNTIME_LIB = runtime/stub/libvortex.so
37
-
38
-KERNEL_LIB_DST = $(PREFIX)/kernel/lib
+KERNEL_LIB_DST = $(PREFIX)/kernel/lib$(XLEN)
39
RUNTIME_LIB_DST = $(PREFIX)/runtime/lib
40
KERNEL_INC_DST = $(PREFIX)/kernel/include
41
RUNTIME_INC_DST = $(PREFIX)/runtime/include
0 commit comments