blob: 7ada789fb35ea0434bc87015af8a027a34c71bb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
pk_subproject_deps = \
softfloat \
pk_hdrs = \
mtrap.h \
encoding.h \
atomic.h \
file.h \
frontend.h \
elf.h \
vm.h \
pk_c_srcs = \
mtrap.c \
minit.c \
emulation.c \
sbi_impl.c \
init.c \
file.c \
syscall.c \
handlers.c \
frontend.c \
elf.c \
console.c \
vm.c \
string.c \
logo.c \
configstring.c \
pk_asm_srcs = \
mentry.S \
entry.S \
fp_asm.S \
sbi_entry.S \
sbi.S \
pk_test_srcs =
pk_install_prog_srcs = \
pk.c \
bbl.c \
|