add el1 transfer at the boot stage in case higher EL is implemented
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 7526610d39c8ef4c367fe4cb66aa58ce0ad0ab69..bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82 100644 (file)
@@ -1,3 +1,4 @@
+use("soc/gic")
 
 sources([
     "boot/init.c",
@@ -11,6 +12,15 @@ sources([
     "exception/handler.c"
 ])
 
+sources([
+    "fault.c",
+    "trace.c"
+])
+
+headers([
+    "includes"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",