add implementation of ARM GIC driver.
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 52b347958737924c9024662c08589a3d8ee48f0b..6dae92410e9cd8e2644409b789410267dfc67d72 100644 (file)
@@ -11,11 +11,19 @@ sources([
     "exception/handler.c"
 ])
 
+sources([
+    "soc/gic.c",
+])
+
 sources([
     "fault.c",
     "trace.c"
 ])
 
+headers([
+    "includes"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",