add el1 transfer at the boot stage in case higher EL is implemented
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 07bebb02e9ae2f2d249c1ed3a5db3386066cfc2b..bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82 100644 (file)
@@ -1,3 +1,25 @@
+use("soc/gic")
+
+sources([
+    "boot/init.c",
+    "boot/kremap.c",
+    "boot/start.S"
+])
+
+sources([
+    "exception/entries.S",
+    "exception/context.S",
+    "exception/handler.c"
+])
+
+sources([
+    "fault.c",
+    "trace.c"
+])
+
+headers([
+    "includes"
+])
 
 compile_opts([
     "-mlittle-endian",