aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 7526610d39c8ef4c367fe4cb66aa58ce0ad0ab69..f04a202a195300cbcfa1c7a9fa612f0c0d0c2dc1 100644 (file)
@@ -1,14 +1,17 @@
+use("boot")
+use("exception")
+use("klibc")
+
+use("soc/gic")
 
 sources([
-    "boot/init.c",
-    "boot/kremap.c",
-    "boot/start.S"
+    "fault.c",
+    "trace.c",
+    "vmutils.c"
 ])
 
-sources([
-    "exception/entries.S",
-    "exception/context.S",
-    "exception/handler.c"
+headers([
+    "includes"
 ])
 
 compile_opts([