adjust exec_param to keep track of sp_el0, fix incorrect use sys regs
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 07bebb02e9ae2f2d249c1ed3a5db3386066cfc2b..52b347958737924c9024662c08589a3d8ee48f0b 100644 (file)
@@ -1,4 +1,21 @@
 
+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"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",