move syscall_nr to generic for sharing between arch impls
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 52b347958737924c9024662c08589a3d8ee48f0b..bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82 100644 (file)
@@ -1,3 +1,4 @@
+use("soc/gic")
 
 sources([
     "boot/init.c",
@@ -16,6 +17,10 @@ sources([
     "trace.c"
 ])
 
+headers([
+    "includes"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",