git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git]
/
lunaix-os
/
arch
/
aarch64
/
LBuild
1
use("boot")
2
use("exception")
3
use("klibc")
4
5
use("soc/gic")
6
7
sources([
8
"fault.c",
9
"trace.c",
10
"vmutils.c"
11
])
12
13
headers([
14
"includes"
15
])
16
17
compile_opts([
18
"-mlittle-endian",
19
"-mgeneral-regs-only",
20
"-mabi=lp64",
21
"-mno-omit-leaf-frame-pointer"
22
])