You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
384 B
35 lines
384 B
pk_subproject_deps = \
|
|
softfloat_riscv \
|
|
softfloat \
|
|
softint \
|
|
|
|
pk_hdrs = \
|
|
pk.h \
|
|
pcr.h \
|
|
fp.h \
|
|
atomic.h \
|
|
file.h \
|
|
frontend.h \
|
|
riscv-opc.h \
|
|
elf.h \
|
|
|
|
pk_c_srcs = \
|
|
pk.c \
|
|
file.c \
|
|
syscall.c \
|
|
handlers.c \
|
|
frontend.c \
|
|
fp.c \
|
|
int.c \
|
|
memset.c \
|
|
strlen.c \
|
|
elf.c \
|
|
|
|
pk_asm_srcs = \
|
|
entry.S \
|
|
fp_asm.S \
|
|
|
|
pk_test_srcs =
|
|
|
|
pk_install_prog_srcs = \
|
|
riscv-pk.S \
|
|
|