fix compilation issues in aarch64 ports
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 7526610d39c8ef4c367fe4cb66aa58ce0ad0ab69..6dae92410e9cd8e2644409b789410267dfc67d72 100644 (file)
@@ -11,6 +11,19 @@ sources([
     "exception/handler.c"
 ])
 
+sources([
+    "soc/gic.c",
+])
+
+sources([
+    "fault.c",
+    "trace.c"
+])
+
+headers([
+    "includes"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",