52b347958737924c9024662c08589a3d8ee48f0b
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
1
2 sources([
3     "boot/init.c",
4     "boot/kremap.c",
5     "boot/start.S"
6 ])
7
8 sources([
9     "exception/entries.S",
10     "exception/context.S",
11     "exception/handler.c"
12 ])
13
14 sources([
15     "fault.c",
16     "trace.c"
17 ])
18
19 compile_opts([
20     "-mlittle-endian",
21     "-mgeneral-regs-only",
22     "-mabi=lp64",
23     "-mno-omit-leaf-frame-pointer"
24 ])