Skip to content

Commit f3c0b7d

Browse files
committed
minor update
1 parent dc5cbfe commit f3c0b7d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile.in

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@ clean-all:
3030
$(MAKE) -C tests clean-all
3131

3232
# 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
33+
KERNEL_LIB_DST = $(PREFIX)/kernel/lib$(XLEN)
3934
RUNTIME_LIB_DST = $(PREFIX)/runtime/lib
4035
KERNEL_INC_DST = $(PREFIX)/kernel/include
4136
RUNTIME_INC_DST = $(PREFIX)/runtime/include

0 commit comments

Comments
 (0)